RetailConnActionGenerator.initTableDistributionLinkTableQuery Method [AX 2012]
Retrieves the links if the global cache is set; otherwise, the links are retrieved by using the query and sets them in the global cache.
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 initTableDistributionLinkTableQuery(Common _drmTableDistribution)
Microsoft Dynamics AX 2012 R2 (SYS)
public container initTableDistributionLinkTableQuery(RetailConnTableDistribution _drmTableDistribution)
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public container initTableDistributionLinkTableQuery(RetailConnTableDistribution _drmTableDistribution)
Run On
ServerParameters
- _drmTableDistribution
- Type: Common Table
The current instance of DRMTableDistribution table.
Community Additions
ADD
Show:
Note