Hi All,
I am trying to get the ownerId and name from a entity form like "Account", "Contact". I used the below code fetch the OwnerId
var ownerID= Xrm.Page.getAttribute("ownerid").getValue();
I got [object Object] as a result. I don't know what is the object type. Help me to get ownerid and owner name from that object
Regards
Felix