BOMCalcJob_PBAApprove::main Method [AX 2012]

Provides an entry point for the BOMCalcJob_PBAApprove class when it is called from a command.

Syntax

server public static void main(Args args)

Run On

Server

Parameters

Remarks

Use the main class design pattern whenever a class is called from a command. Do not call the main method explicitly from the code; call it implicitly from a command.

Typically, you would:

  • Instantiate the class by calling the static construct method.

  • Call the prompt method to create a dialog box.

  • Call the run method, if the user clicks OK in the dialog box.

See Also

BOMCalcJob_PBAApprove Class

How to: Access a Class from a Menu