SalesFormLetter.run Method [AX 2012]

Contains the code that does the actual job of the class.

Syntax

public void run()

Run On

Called

Remarks

Do not call this method directly. Use the startOperation method instead. This will handle displaying the dialog and doing validation. The parmShowDialog method can be used before the startOperation method to disable the dialog it is required.

See Also

Reference

SalesFormLetter Class