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.

NoteNote

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

Server

Parameters

_drmTableDistribution
Type: Common Table
The current instance of DRMTableDistribution table.

Return Value

Type: container
A container that contains the reference links to the table.

Community Additions

ADD
Show: