Good morning people.
I was wondering how to get a attribute/field value of a parent entity?
I am getting the GUID of the parent through a lookup field with the following code:
var potentialSupplier = Xrm.Page.getAttribute("new_potentialsupplier").getValue();
and this is ok it gets me the GUID.
Now the problem im facing is how to get all the attributes of this record and access another lookup field which is an attribute of the first lookup and get it's GUID so i can use it in creating a Custom View?
Any advice is welcomed.
Cheers Filip.
*This post is locked for comments
I have the same question (0)