Share via


WMSPalletNumber::main Method [AX 2012]

Provides an entry point for the WMSPalletNumber class.

Syntax

client server public static void main(Args _args)

Run On

Called

Parameters

  • _args
    Type: Args Class
    The arguments for the WMSPalletNumber class.

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.

See Also

Reference

WMSPalletNumber Class