dependabot[bot] on nuget
dependabot[bot] on nuget
Bump MscrmTools.Xrm.Connection … (compare)
dependabot[bot] on nuget
Bump Microsoft.CrmSdk.XrmToolin… (compare)
dependabot[bot] on nuget
Bump Microsoft.CrmSdk.XrmToolin… (compare)
dependabot[bot] on nuget
Bump Microsoft.CrmSdk.XrmToolin… (compare)
dependabot[bot] on nuget
Can anyone help with a quick FetchXML question...
<fetch top="1" >
<entity name="systemuser" >
<attribute name="systemuserid" />
<attribute name="businessunitid" />
</entity>
</fetch>
Nice'n'easy, yeah? A couple of attributes from the first systemuser record...
<resultset morerecords="0" >
<result>
<systemuserid>{DC650CAB-C453-E611-941D-00155D731475}</systemuserid>
<businessunitid dsc="" name="MRWA" type="10" >{6BB9164F-865F-E211-953C-02BFAC106E42}</businessunitid>
</result>
</resultset>
Is there any way I can suppress the @name, @dsc, @type attributes of businessunitid from being sent by the FetchXML? In my "real" use cases, i'm using FetchXML to populate a datamart and the sending across of this type of lookup data for all my rows is wasting bandwidth!