Hello,
Iam trying to get current record owner id and got query result from query expression by passing colum ownerid but when trying to convert it to GUID getting with the following . pls suggest how to convert to guid
Guid OwnerID;
OwnerID = ((EntityReference)(Opportunityrecord.Attributes["ownerid"])).Id;
*This post is locked for comments
I have the same question (0)