Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
- _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 Table
The record with the assigned parameter values, which is made a preaction.