Dynamics 365 for Finance and Operations AOT Browser
You can share a direct URL that opens the AOT Browser to a specific object. This is useful for linking from documentation, chat messages, or bookmarks.
https://<environment>/?mi=ARBAOTBrowser&ObjectType=<type>&ObjectName=<name>&TreePath=<path>
| Parameter | Required | Description | Example |
|---|---|---|---|
ObjectType |
Yes | The AOT object type name | Table, Form, Class, DataEntity |
ObjectName |
Yes | The AOT object name | CustTable, SalesTable |
TreePath |
No | Slash-delimited path to a specific tree node | Fields/AccountNum |
Open the CustTable table:
https://myenv.operations.dynamics.com/?mi=ARBAOTBrowser&ObjectType=Table&ObjectName=CustTable
Open the CustTable table and navigate to the AccountNum field:
https://myenv.operations.dynamics.com/?mi=ARBAOTBrowser&ObjectType=Table&ObjectName=CustTable&TreePath=Fields/AccountNum
Open the SalesTable form:
https://myenv.operations.dynamics.com/?mi=ARBAOTBrowser&ObjectType=Form&ObjectName=SalesTable
The Copy Link button in the action pane generates a deep link URL for the currently displayed object and shows it in the infolog. You can then copy the URL from the infolog and share it with others.
All object types available in the AOT Browser are supported, including: Table, View, Form, Class, DataEntity, EDT, BaseEnum, Query, SecurityRole, SecurityDuty, SecurityPrivilege, and more.