RetailConnActionGenerator.traverseDown Method [AX 2012]
Traverses down and creates the preactions for the child tables and records.
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
public void traverseDown(
Common _common,
Common _preActionTable,
container _conFilter,
[boolean deepTraverse])
Microsoft Dynamics AX 2012 R2 (SYS)
public void traverseDown(
Common _common,
RetailConnPreactionTable _preActionTable,
container _conFilter,
[boolean deepTraverse])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public void traverseDown(
Common _common,
RetailConnPreactionTable _preActionTable,
container _conFilter,
[boolean deepTraverse])
Run On
Server
Parameters
- _common
Type: Common Table
The reference of the child table.
- _preActionTable
Type: Common Table
The current instance of DRMPreactionTable table.
- _conFilter
Type: container
A container with a set of location filters.
- deepTraverse
Type: boolean
The Boolean value if true, the relevant properties are captured.