Share via


RetailStoreActionHandler::main Method [AX 2012]

Provides an entry point for the RetailStoreActionHandler class when it is called from a menu item

Syntax

client server public static void main(Args _args, [boolean _calledFromForm])

Run On

Called

Parameters

  • _args
    Type: Args Class
    The arguments for the RetailStoreActionHandler class.
  • _calledFromForm
    Type: boolean
    A Boolean value that indicates whether the form is displayed.

See Also

Reference

RetailStoreActionHandler Class