How to find out which Form class and tables are used by a specific Dynamics AX form/functional process.

Cesar De la Torre

This is a basic tip for developers who are starting with Dynamics AX. So, to find the form class and tables that are used by a functional process (like when you are executing and seeing an AX form), what we need to do first is to find out the form class name. To find the AOT form class name, open that form that’s used in a process and Right-click on the form (over any record, for example) and select Setup. From there we can see the Form class definition and drill down to see all the tables it is using and so on.

You can also use SQL Profiler to discover what database objects are being accessed during a process.

0 comments

Discussion is closed.

Feedback usabilla icon