Skip to content

UseOnline property doesnt work with GCC high instances #187

@imranakram

Description

@imranakram

Hello @MscrmTools

I got this issue reported in PRT pointing that the UseOnline property doesn't work for GCC high instances. This is ofcourse an edge case but I think it could be solved at this moment by checking the major version to be 9.2 since currently the latest onprem is at 9.1.

        /// <summary>
        /// Get or set flag to know if we use CRM Online
        /// </summary>
        [XmlIgnore]
        [Browsable(false)]
        public bool UseOnline => OriginalUrl.IndexOf(".dynamics.com", StringComparison.InvariantCultureIgnoreCase) > 0;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions