How can I get business unit details of the logged-in user with javascript? I tried Xrm.Utility.getGlobalContext().userSettings but I couldn’t get any information for business unit Answer If you write Xrm.Utility.getGlobalContext().userSettings I assume you are working with client-side javascript inside …
Tag: dynamics-crm
Populate dynamics CRM Activity Type sender from field using custom JavaScript?
I am trying to populate the “From” look up field using custom JavaScript in Dynamics CRM. I’m new to JavaScript and Dynamics really struggling to do this. Below is a screenshot of my code and solution. I also tried the solution below it doesn’t work. Please advise and help. Answer I tr…
Dynamics CRM 365 WebApi 8.2 AddListMembersList method
Is there any example how to call AddListMembersList? I tried with: but I get error: “error”:{ “code”:””,”message”:”Request message has unresolved parameters.”,”innererror”:{ “message”:”Request message has unresolved para…
Tweak CRM Sitemap to have different URL navigations for different environments
We want to have different Sitemap subarea Url, so that the Sitemap can be independent of environments & worryfree when we refresh the environments from higher region to lower. Even deployments can be error free & can avoid manual step in post deployment activity. Dev: UAT: Any idea to do that? Answer …