Share via


RetailConnActionGenerator.initTableDistributionDownQuery Method [AX 2012]

Retrieves the down distributions if they are already set in global cache; otherwise, the query is built to collect the distributions into a container and they are set to the global cache.

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 initTableDistributionDownQuery(TableId _refMasterTableId, [Common _parentDistribution])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public container initTableDistributionDownQuery(TableId _refMasterTableId, [RetailConnTableDistribution _parentDistribution])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public container initTableDistributionDownQuery(TableId _refMasterTableId)

Run On

Server

Parameters

Return Value

Type: container
A container that contains the set of distributions.

See Also

Reference

RetailConnActionGenerator Class