Share via


RetailOnlineChannelAccount::main Method [AX 2012]

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

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R2 (SYS)
          client server public static void main(
            Args _args, 
           [boolean _showForm, 
            boolean _supressMessageDialog])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          client server public static void main(Args _args, [boolean _showForm])

Run On

Called

Parameters

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

See Also

Reference

RetailOnlineChannelAccount Class