Share via


InfAdjReverse_MX::main Method [AX 2012]

Executes the inflation adjustment reversal process.

Syntax

client server public static void main(Args args)

Run On

Called

Parameters

  • args
    Type: Args Class
    The current record from which the process is called.

Remarks

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

  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.

See Also

InfAdjReverse_MX Class

How to: Access a Class from a Menu