Hi Everyone,
Today I was working on something and we need to get AppId in JavaScript. We all know it is available on URL and we can get it from there but we cannot really depend on URL as it is generated by Product and it might change.
After quick check, I found that we can easily get AppId using the below code.
var globalContext = Xrm.Utility.getGlobalContext();
...
Continue Reading Gopinath’s Article on their blog
https://staturestack.com/2020/05/06/how-to-get-the-appid-of-model-driven-app-in-dynamics-365-using-javascript/
Blog Syndicated with Gopinath’s Permission