RetailConnActionManagement.insertAction Method [AX 2012]

Inserts the unprocessed action into the DRMPreactionTable table.

Syntax

Note

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

  Microsoft Dynamics AX 2012 R3
          private Common insertAction(
            Common _common, 
            RetailConnActionUpdate _type, 
            boolean _linkDown, 
            RetailConnLocationFilter filter)

  Microsoft Dynamics AX 2012 R2 (SYS)
          private RetailConnPreactionTable insertAction(
            Common _common, 
            RetailConnActionUpdate _type, 
            boolean _linkDown, 
            RetailConnLocationFilter filter)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          private RetailConnPreactionTable insertAction(
            Common _common, 
            RetailConnActionUpdate _type, 
            boolean _linkDown, 
            RetailConnLocationFilter filter)

Run On

Called

Parameters

  • _common
    Type: Common Table
    The record that has the actions to be inserted into the DRMPreactionTable table.
  • _linkDown
    Type: boolean
    The Boolean value that indicates the record to link to the child records.

Return Value

Type: Common Table
The record with the assigned parameter values, which is made a preaction.

See Also

Reference

RetailConnActionManagement Class