March 2020
Intermediate to advanced
534 pages
14h 15m
English
The form is based on the FormRun class. We can see this by opening (double-clicking) classDeclaration for the ConVMSParameters form:
public class ConVMSParameters extends FormRun
This differs from AX 2012, where the declaration was public class FormRun extends ObjectRun, which was probably a little more honest as the form is not a type; this is why it can have the same name as a table.
Once the system has built the form design using SysSetupFormRun, it will perform the initialization tasks and run the form. The key methods in this are Init and Run. These can be overridden on the form in order to perform additional initialization ...
Read now
Unlock full access