function isUCI(){
var globalContext = Xrm.Utility.getGlobalContext();
var t1 = globalContext.getCurrentAppUrl();
var t2 = globalContext.getClientUrl();
if (t1 !== t2)
return true;
return false;
}
var globalContext = Xrm.Utility.getGlobalContext();
var t1 = globalContext.getCurrentAppUrl();
var t2 = globalContext.getClientUrl();
if (t1 !== t2)
return true;
return false;
}
No comments:
Post a Comment