Dynamics 365 for Finance and Operations AOT Browser
Dynamics 365 for Finance and Operations AOT Browser
In Dynamics AX 2012 and earlier it was possible for power users to be able to open and browse the contents of the AOT (Application Object Tree) from the UI. This functionality was removed in Dynamics 365 for Finance and Operations as all development is now done in Visual Studio. This means that in order to browse the contents of the AOT, one now needs access to a development environment with Visual Studio.
AOT Browser to save the day! With the AOT Browser it is now possible to browse the objects in the AOT from the D365FO web interface.

Both a deployable package and a model file are available in Releases
In the D365FO web interface navigate to Common > Common > AOT browser
After installing AOT Browser it is necessary to populate data by running two batch jobs:
Populate AOT objects — From the AOT Browser form, click the Populate AOT objects button. This populates the searchable list of AOT objects. It is recommended to run this as a batch job as it can take several minutes to complete.
Populate table metadata — From the Table metadata form (Common > Common > Table metadata), click the Populate table metadata button. This populates the table and enum metadata used by AI agents and OData consumers.
It is recommended to schedule both batch jobs with recurrence so that the data stays up-to-date with changes to the AOT.