Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the datasources 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
A table buffer (Common) belonging to the 1st datasource instance.
- _datasources2
Type: Common Table
A table buffer (Common) belonging to the 2nd datasource instance.
- _datasources3
Type: Common Table
A table buffer (Common) belonging to the 3rd datasource instance.
- _datasources4
Type: Common Table
A table buffer (Common) belonging to the 4th datasource instance.
- _datasources5
Type: Common Table
A table buffer (Common) belonging to the 5th datasource instance.
Remarks
Up to 5 datasources can be passed. If the implementation requires more datasources additional custom methods should be implemented on the rule implementer class.The method is called by FormButtonManager on the rule class implementing the ButtonStateProvider interface.