Share via


RetailConnActionManagement::createActions Method [AX 2012]

Processes the actions based on the action type.

Syntax

client server public static void createActions(
    Common _common, 
    RetailConnActionUpdate _type, 
   [RetailConnLocationFilter filter, 
    boolean _linkDownOverridden, 
    boolean _linkDown])

Run On

Called

Parameters

  • _common
    Type: Common Table
    The record that is to be processed.
  • _linkDownOverridden
    Type: boolean
    A Boolean value that indicates whether the link down setting on preactions must be overridden.
  • _linkDown
    Type: boolean
    The link down setting for generated preactions; optional.

See Also

Reference

RetailConnActionManagement Class