Microsoft's (New?)Universal FetchXML - Updated 08/10/2022 #765
WesleyTheMan
started this conversation in
Ideas
Replies: 1 comment
-
Thanks @WesleyTheMan, and sorry about being slow... I think it is like comparing apples and oranges... or maybe comparing grass with a cow. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Microsoft's (New?) Universal FetchXML - Updated 08/10/2022
@rappen You're the GOAT - I'm a Noob here - does this change the game though? Seems significant.
Thank you!
From Link:
""""
UFX is an advanced query language that allows you to query data using dynamic FetchXML, shape, and prepare the resulting data for consumption by the Universal Resource Scheduling (URS) solution. This query language enables you to create custom queries to customize and extend the schedule board and schedule assistant filters to meet the unique business needs of the organization.
The resulting bag in XML:
XML
Copy
Certainly the most powerful aspect of a UFX Query is its ability to dynamically generate FetchXML based on input data.
In the sample below, we search for accounts by a value supplied by the user and available as a UFX Bag through the XPath $input variable. Notice the UFX if and value directives on the condition element.
XML
Copy
If the NameFilter property in the input bag contained %city% the produced FetchXML condition executed by Dynamics 365 would look like this.
XML
Copy
""""
Beta Was this translation helpful? Give feedback.
All reactions