Hi,
I have lookup fields (custom entities) on my form. I am trying to access custom properties of those lookups through XRM:
Xrm.Page.getAttribute("xxx").getValue()[0]
However I get JS error when accessing any custom field for entity "xxx":
Xrm.Page.getAttribute("xxx").getValue()[0].tag //tag - undefined
Am I missing something here, what is the proper way of accessing properties of lookup fields?
Thanks
*This post is locked for comments
I have the same question (0)