I have field in CRM..
Again I will open the html form and will access the crm field.
For that I need to add "clientglobalcontext.js.aspx" this file. where I will get this file.
Please help.
*This post is locked for comments
I have field in CRM..
Again I will open the html form and will access the crm field.
For that I need to add "clientglobalcontext.js.aspx" this file. where I will get this file.
Please help.
*This post is locked for comments
Hi All,
while debugging one of my html web resource am getting error with " Failed to load resource: the server responded with a status of 404 ()" at <script src="../ClientGlobalContext.js.aspx" type="text/javascript"></script>
What could be the problem ? My debugger is not getting hitting.
Thanks,
Jharana
Hi Chandrasekaran,
Also, if the form that you are trying to get the value from is the parent form, you don't really need the Client Global Context.
You can use parent.Xrm.Page.getAttribute("new_myattribute").getValue()
Hope this helps.
Hi Chandrasekaran,
Just add a reference as shown below. There is no need to add a custom Web Resource in this name.
<script src="../ClientGlobalContext.js.aspx" type="text/javascript" ></script>
See: msdn.microsoft.com/.../gg328541.aspx#BKMK_ClientGlobalContext_js_aspx
Hope this helps.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,280 Super User 2024 Season 2
Martin Dráb 230,235 Most Valuable Professional
nmaenpaa 101,156