Share via


RetailConnActionManagement.processActions Method [AX 2012]

Inserts a record into the DRMPreactionTable table unless it is a delete type of action.

Syntax

public void processActions(
    Common _common, 
    RetailConnActionUpdate _type, 
    RetailConnLocationFilter filter, 
   [boolean _linkDownOverridden, 
    boolean _linkDown])

Run On

Called

Parameters

  • _common
    Type: Common Table
    The Common record that contains the table ID.
  • _linkDownOverridden
    Type: boolean
    A Boolean value that indicates whether the link down setting on preactions should be overridden.
  • _linkDown
    Type: boolean
    The link down setting for generated preactions read only if the _linkDownOverridden value is true.

See Also

Reference

RetailConnActionManagement Class