A collection of FetchXML queries for use with Microsoft Dataverse and Dynamics 365.
FetchXML is Microsoft's XML-based query language for retrieving data from Dataverse. Queries can be run via the Dataverse Web API, the XrmToolBox FetchXML Builder, or pasted directly into Advanced Find in model-driven apps.
Useful tools:
| File | Description |
|---|---|
| FindHiddenPPSolutions | Retrieves hidden Power Platform solutions from a Dataverse environment — useful for auditing or troubleshooting managed solution layers |
- Copy the FetchXML content from the file.
- Paste into XrmToolBox FetchXML Builder to run against your environment, or
- Use the XML as the etchXml parameter in a Dataverse Web API request.