Share via


WrkCtrBulkResReqEditWizard::main Method [AX 2012]

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

Syntax

client public static void main(Args args)

Run On

Client

Parameters

  • args
    Type: Args Class
    The arguments for the WrkCtrBulkResReqEditWizard class.

Remarks

Do not call the main method explicitly from the code; call it implicitly from a command.

  1. Instantiate the class by calling the static construct method.

  2. Call the prompt method to create a dialog box.

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

How to: Access a Class from a Menu

See Also

Reference

WrkCtrBulkResReqEditWizard Class