PBATableForm.setDatasources Method [AX 2012]

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

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

Run On

Called

Parameters

datasources1
Type: Common Table
datasources2
Type: Common Table
datasources3
Type: Common Table
datasources4
Type: Common Table
datasources5
Type: Common Table

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 on the rule class implementing the ButtonStateProvider interface.

Community Additions

ADD
Show: