RetailConnActionGenerator.traverseDownRecur Method [AX 2012]
Traverses down and creates the preactions for the child tables and 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 void traverseDownRecur(
Query _parentQuery,
Common _common,
Common _preActionTable,
container _conFilter,
[Common _parentDistribution,
boolean deepTraverse])
Microsoft Dynamics AX 2012 R2 (SYS)
public void traverseDownRecur(
Query _parentQuery,
Common _common,
RetailConnPreactionTable _preActionTable,
container _conFilter,
[RetailConnTableDistribution _parentDistribution,
boolean deepTraverse])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public void traverseDownRecur(
Query _parentQuery,
Common _common,
RetailConnPreactionTable _preActionTable,
container _conFilter,
[boolean deepTraverse])
Run On
ServerParameters
- _parentQuery
- Type: Query Class
An instance of Query class.
- _common
- Type: Common Table
The reference of the child table.
- _preActionTable
- Type: Common Table
An instance of RetailConnPreactionTable table.
- _conFilter
- Type: container
Container holding location filter details.
- _parentDistribution
- Type: Common Table
- deepTraverse
- Type: boolean
The boolean value if true, the relavant properties are captured.
Community Additions
ADD
Show:
Note