ProdRouteOprOverviewForm.setDatasources Method [AX 2012]

Passes the data sources to be used for rule evaluation.

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

Usually the rules perform evaluation on a table buffer obtained from a data source.

This method allows the user to set up a number of data sources that are to be used by the rule implementer helper class during rule evaluation.

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.

Community Additions

ADD
Show: