You can get owner details on CRM form using if(Xrm.Page.data.entity.attributes.get('ownerid').getValue()!=null){ var OwnerEntityRef=Xrm.Page.data.entity.attributes.get('ownerid').getValue()[0]; } For more information about Xrm.Page.data namespace you can refer below link msdn.microsoft.com/.../gg334409.aspx Hope it helps you. Thanks
↧