RetailConnActionManagement.insertAction Method [AX 2012]
Inserts the unprocessed action into the DRMPreactionTable table.
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
CalledParameters
- _common
- Type: Common Table
The record that has the actions to be inserted into the DRMPreactionTable table.
- _type
- Type: RetailConnActionUpdate Enumeration
The type of action to be performed on the record.
- _linkDown
- Type: boolean
The Boolean value that indicates the record to link to the child records.
- filter
- Type: RetailConnLocationFilter Extended Data Type
A string value that has the location filter value.
Return Value
Type: Common TableThe record with the assigned parameter values, which is made a preaction.
Community Additions
ADD
Show:
Note