Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics CRM (Archived)

Js check run on UCI or not

(0) ShareShare
ReportReport
Posted on by 347

Hi,

We need check the js code run on UCI or not. Please help me a supported js code for check.

Thanks,

*This post is locked for comments

  • Community Member Profile Picture
    on at
    RE: Js check run on UCI or not

    Xrm.Internal.isUci() do the job for me. Ty Andrew Butenko !

  • Verified answer
    a33ik Profile Picture
    84,331 Most Valuable Professional on at
    RE: Js check run on UCI or not

    Hello,

    It's a bit unsupported but works fine and used with Microsoft - Xrm.Internal.isUci() when executed from Classic UI returns false and true when executed from UCI.

  • Suggested answer
    Arun Vinoth Profile Picture
    11,615 Moderator on at
    RE: Js check run on UCI or not

    We are using the below snippet to identify is it UCI or not.

    function isUCI(){
            var globalContext = Xrm.Utility.getGlobalContext();
            var t1 = globalContext.getCurrentAppUrl();
            var t2 = globalContext.getClientUrl();
            if (t1 !== t2)
                return true;

    return false; }


  • Verified answer
    Atilin Profile Picture
    on at
    RE: Js check run on UCI or not

    Hi, 

    I've had the same problem and I opted to use the follow script

    var globalContext = Xrm.Utility.getGlobalContext();
    globalContext.getCurrentAppProperties().then(successCallback, errorCallback);

    I dont know if it is a correct way, but i works for me.

    Saludos

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Adis Hodzic – Community Spotlight

We are honored to recognize Adis Hodzic as our May 2025 Community…

Kudos to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Microsoft Dynamics CRM (Archived)

#1
Mohamed Amine Mahmoudi Profile Picture

Mohamed Amine Mahmoudi 83 Super User 2025 Season 1

#2
Community Member Profile Picture

Community Member 52

#3
dkrishna Profile Picture

dkrishna 6

Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans