Share via


PmfFormCtrl_ProdBOM.setDatasources Method [AX 2012]

Sets the data sources that are to be used in the rule computation process.

Syntax

public void setDatasources(
    Common _datasources1, 
   [Common _datasources2, 
    Common _datasources3, 
    Common _datasources4, 
    Common _datasources5])

Run On

Called

Parameters

  • _datasources1
    Type: Common Table
    The ProdBOM object that is used for the first data source.
  • _datasources2
    Type: Common Table
    A Common table buffer that belongs to the second data source.
  • _datasources3
    Type: Common Table
    A Common table buffer that belongs to the second data source.
  • _datasources4
    Type: Common Table
    A Common table buffer that belongs to the second data source.
  • _datasources5
    Type: Common Table
    A Common table buffer that belongs to the second data source.

Remarks

Up to 5 data sources can be passed. If the implementation requires more data sources additional custom methods should be implemented on the rule implementer class.The method is called by the FormButtonManager class on the rule class implementing the ButtonStateProvider interface.

See Also

Reference

PmfFormCtrl_ProdBOM Class