rappen / FetchXMLBuilder

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

IsHidden flag defaulting for every attribute #969

Closed gvc55 closed 9 months ago

gvc55 commented 11 months ago

Not sure if I am missing anything but I cannot see any attributes in the results. When I look at the Layout, the ishidden flag is set to "1" as follows.

<grid name="resultset" object="10221" jump="obo_name" select="1" icon="1" preview="1">
  <row name="result" id="obo_oboyearlyrollupid">
    <cell name="obo_appropriationonrollup" ishidden="1" />
    <cell name="obo_functioncodeonrollup" ishidden="1" />
    <cell name="obo_fundingprogramonrollup" ishidden="1" />
    <cell name="obo_name" ishidden="1" />
    <cell name="obo_projectcodeonrollup" ishidden="1" />
  </row>
</grid>

I have tried setting the "Show Attribute in the View" for each attribute but that gets reset every time I execute the query. What am I missing? Please help. I am using release # "1.2023.8.2".

gvc55 commented 11 months ago

In a later attempt, I changed the Layout view to set the "ishidden" flag to "0". That did an automatic update setting the width = 100 which allowed me to run the query and everything showed up. Not very intuitive if that was the intent.