Hello,
I am trying to get lookup field Id value from HTML WebResource using this statement:
let department = parent.Xrm.Page.getAttribute("department").GetValue()[0].id;
but got the following error: "Uncaught TypeError: parent.Xrm.Page.getAttribute(...).GetValue is not a function".
Am I missing something?
Microsoft Dynamics 365 Version 1710 (9.1.0.3245) online.
Regards,
*This post is locked for comments
I have the same question (0)