I have constructed a FetchXML query which contains all of my required attributes for a report. However, when previewing the report in Visual Studio, some of the values just don't appear.
Here is the FetchXML query (used FetchXMLBuilder in XRMToolBox to build):
<fetch> <entity name="xrm_products" > <attribute name="xrm_productnumber" /> <attribute name="xrm_name" /> <attribute name="xrm_unitofmeasure" /> <attribute name="xrm_price_base" /> <attribute name="xrm_pricetype" /> <link-entity name="xrm_agreement" from="xrm_agreementid" to="xrm_agreement" link-type="inner" > <attribute name="xrm_name" /> <attribute name="xrm_start" /> <attribute name="xrm_end" /> <filter> <condition attribute="statuscode" operator="eq" value="163650000" /> </filter> <link-entity name="xrm_testaccounts" from="xrm_testaccountsid" to="xrm_account" link-type="inner" > <attribute name="xrm_name" /> <attribute name="xrm_fulladdress" /> </link-entity> <link-entity name="xrm_rep" from="xrm_repid" to="xrm_rep" link-type="inner" > <attribute name="xrm_name" /> </link-entity> </link-entity> </entity> </fetch>
The fetch query displays all results accurately:
The attribute values have been added to the report design:
Area boxed in red above is NOT appearing on the preview OR when published to D365:
Has anyone ever experienced similar or could offer a recommendation?
Thank you!
This looks like a problem with visibility. Can you check and confirm the following.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156