RetailConnActionGenerator.traverseUp Method [AX 2012]
Traverses up and creates the preactions for the parent records.
Note |
|---|
|
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using. |
Microsoft Dynamics AX 2012 R3
public container traverseUp(
Common _common,
Common _preactionTable,
[RefRecId _tableDistributionRecId])
Microsoft Dynamics AX 2012 R2 (SYS)
public container traverseUp(
Common _common,
RetailConnPreactionTable _preactionTable,
[RefRecId _tableDistributionRecId])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public container traverseUp(Common _common, RetailConnPreactionTable _preactionTable)
Run On
ServerParameters
- _common
- Type: Common Table
The reference of the master table.
- _preactionTable
- Type: Common Table
A DRMPreactionTable record.
- _tableDistributionRecId
- Type: RefRecId Extended Data Type
Community Additions
ADD
Show:
Note