ProdTableForm.setDatasources Method [AX 2012]

Sets the data source instances used by the helper class.

public void setDatasources(
    Common datasources1, 
   [Common datasources2, 
    Common datasources3, 
    Common datasources4, 
    Common datasources5])

Run On

Called

Parameters

datasources1
Type: Common Table
A ProdTable table buffer.
datasources2
Type: Common Table
An InventDim table buffer; optional.
datasources3
Type: Common Table
A table buffer (Common) belonging to the 3rd data source instance. Not used; optional.
datasources4
Type: Common Table
A table buffer (Common) belonging to the 4th data source instance. Not used; optional.
datasources5
Type: Common Table
A table buffer (Common) belonging to the 5th data source instance. Not used; optional.

Community Additions

ADD
Show: