IT/PowerApps

Finding hidden AdvancedFind for Dataverse

Last72 2024. 7. 17. 22:34

Advanced Find is an old feature that is hidden from UI. It is useful for checking the record, looking at the number of record, change owner, delete, build FetchXML query. This video get you to the Advanced Find page.

 

1. In the top right corner “Settings” icon to pull up the right hand pane. Select “Developer resources”

2. Copy the URL under "Web API endpoint”

3. Modify it as follows

3.1 Web API endpoint: https://orga21ef99d.api.crm6.dynamics.com/api/data/v9.2

3.2New: https://orga21ef99d.crm6.dynamics.com/main.aspx?pagetype=advancedfind

3.3 Remove ".api"

3.4 Remove "api/data/v9.2"

3.5 Add "main.aspx?pagetype=advancedfind"

 

4. Open a new tab and navigate to the modified URL