RunBase.dialogPost Method [AX 2012]
Makes it possible to add controls after the main dialog method has been run because this method is called after the dialog method is called.
Syntax
protected void dialogPost(DialogRunbase dialog)
Run On
Called
Parameters
- dialog
Type: DialogRunbase Class
The DialogRunBase class instance to append to.