rappen / FetchXMLBuilder

FetchXML Builder for XrmToolBox and Microsoft Dynamics 365 / CRM
https://fetchxmlbuilder.com/
GNU General Public License v3.0
135 stars 55 forks source link

Friendly, Condition, attributes without DisplayName are not available #1018

Closed rappen closed 5 months ago

rappen commented 7 months ago

If DisplayName not available, show as LogicalName.

Like in this case:

<fetch>
  <entity name='principalobjectaccess'>
    <attribute name='objecttypecode' />
    <filter>
      <condition attribute='objecttypecode' operator='eq' value='4204' />
    </filter>
  </entity>
</fetch>

rappen commented 5 months ago

This issue was fixed during a related issue... I think...