Hi,
I am trying to run a script that only works in the Unified Interface, not in the classic view. Is there a way to check if the form is in Unified Interface view using JavaScript?
Hi,
I am trying to run a script that only works in the Unified Interface, not in the classic view. Is there a way to check if the form is in Unified Interface view using JavaScript?
I tried a few other methods based on some of the documented differences between the two interfaces but ended up with using the unsupported isuci call. Just make sure to wrap it in your own library helper function so that if it ever does stop working you only have one place to change
Hello,
This approach is not supported but works:
var isUCIClient = Xrm.Internal.isUci();
André Arnaud de Cal...
292,516
Super User 2025 Season 1
Martin Dráb
231,401
Most Valuable Professional
nmaenpaa
101,156