Advertisement
crexin

CRM Dynamics 365 FetchXML to retrieve Personal Dashboard owners

Feb 5th, 2021
1,011
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.27 KB | None | 0 0
  1. <fetch mapping="logical" version="1.0">
  2.   <entity name="userform">
  3.     <attribute name="name" />
  4.     <link-entity name="systemuser" from="systemuserid" to="ownerid" alias="sub" link-type="inner">
  5.       <attribute name="fullname" />
  6.     </link-entity>
  7.   </entity>
  8. </fetch>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement