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
- _refMasterTableId
Type: TableId Extended Data Type
The master table reference ID.
- _parentDistribution
Type: Common Table
Return Value
Type: container
A container that contains the set of distributions.