Hi all
I need EntityId and field value on OnChange event of field. I write the following code on OnChange event of field:
function SelectUser()
{
debugger;
var entityId = Xrm.Page.data.entity.getId();
var User = Xrm.Page.getAttribute('aw_mc_user').getValue();
}
and get the following error.
This is my form and my requirement is
When I select the lookup field I need to fill all the form fields. For that purpose I need these two values. Please suggest me. How can I full fill me requirement?
Thank You
*This post is locked for comments