I ma trying to create a FetchXML report using Visual Studio 2015 using the fetch below
<fetch>
<entity name="msdyn_timeentry" >
<attribute name="msdyn_date" alias="Date" />
<attribute name="msdyn_duration" />
<attribute name="msdyn_project" />
<link-entity name="systemuser" from="systemuserid" to="ownerid" link-type="inner" visible="true" >
<attribute name="fullname" alias="Employee" />
<link-entity name="new_clockworxpricing" from="new_clockworxpricingid" to="new_employeetype" >
<attribute name="new_chargeoutrate" alias="ChargeOut" />
<attribute name="new_chargeoutrate_base" alias="ChargeOutBase" />
</link-entity>
</link-entity>
<link-entity name="msdyn_project" from="msdyn_projectid" to="msdyn_project" >
<attribute name="msdyn_customer" />
</link-entity>
</entity>
</fetch>
All the fields show correctly except msdyn_customer which appears with a 7 char hex number in the middle as below
[msdyn_projectb82a0515_msdyn_customer] and doesn't show on the report when I run it.
Have I missed something in the link or is it something in the CRM that needs to change?
Thanks in advance for your help
Frosty
*This post is locked for comments
I have the same question (0)