What would cause Save View to be greyed out #533
-
I'm hoping to use FetchXMLBuilder to create a view. I can open existing views but when I clicked save view it didn't add the attributes I added in FetchXMLBuilder . I then tried creating a new Query in the Query Builder but Save View or Save View As are greyed out. Is there a way for me to do this. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi! You may please add this ass an issue to create this new feature :) |
Beta Was this translation helpful? Give feedback.
-
Hi Jonas,
Makes sense, thanks for the quick reply.
Doug
From: Jonas Rapp ***@***.***>
Sent: Wednesday, August 4, 2021 3:34 PM
To: rappen/FetchXMLBuilder ***@***.***>
Cc: Doug Steinschneider ***@***.***>; Author ***@***.***>
Subject: Re: [rappen/FetchXMLBuilder] What would cause Save View to be greyed out (#533)
Hi!
Since the FXB will not update the LayoutXML value, only the FetchXML of the view are updated.
Therefore, you can not add other columns, which would make the view not possible to display the view.
You can edit the query, but not the attribute.
You may please add this ass an issue to create this new feature :)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#533 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AGHD3VKIIORM2QMPZHFKH53T3GI2BANCNFSM5BRN4E7Q>.
Triage notifications on the go with GitHub Mobile for iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>.
|
Beta Was this translation helpful? Give feedback.
Hi!
Since the FXB will not update the
LayoutXML
value, only theFetchXML
of the view are updated.Therefore, you can not add other columns, which would make the view not possible to display the view.
You can edit the query, but not the attribute.
You may please add this ass an issue to create this new feature :)