Share via


RetailConnActionGenerator.traverseUp Method [AX 2012]

Traverses up and creates the preactions for the parent 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 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

Server

Parameters

  • _common
    Type: Common Table
    The reference of the master table.
  • _preactionTable
    Type: Common Table
    A DRMPreactionTable record.

Return Value

Type: container
A container that contains a set of location filters.

See Also

Reference

RetailConnActionGenerator Class