Hi,
All have a problem with java script showing evel 1:1 error i have attached a snap kindly check it and suggest me
*This post is locked for comments
Hi,
All have a problem with java script showing evel 1:1 error i have attached a snap kindly check it and suggest me
*This post is locked for comments
Hi Sunil,
Please try the following code.
function formOnLoad() { var primaryContactGUID = Xrm.Page.data.entity.getId(); alert(primaryContactGUID); }
function formOnLoad()
{
var primaryContactGUID = Xrm.Page.data.entity.attributes.get("ezhs_name").getValue()[0].id;
alert(primaryContactGUID);
}
Hi Sunil,
This is because you have written a JavaScript code in the on-load of the form and the given function is not present in it.
Can you please share your JavaScript code?
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,214 Most Valuable Professional
nmaenpaa 101,156