Sepasoft MES Module Suite
Custom Data Connection
The following scripting functions that creates a Custom Data Connection object...
Object Functions
Beside the common MESAbstractObject methods, the following methods exist for the Custom Data Connection object.
loadData(valueItem, fromDate, toDate)
Description
Loads the data from the external database.
Syntax
loadData(valueItem, fromDate, toDate)
- Parameters
SourceValueItem valueItem
Date fromDate
Date toDate
- Returns
List<RawSourceValue>
- Scope
All
loadFilterOptions(valueItemInfo, fromDate, toDate)
Description
Loads the filter options.
Syntax
loadData(valueItem, fromDate, toDate)
- Parameters
SourceValueItem valueItem
Date fromDate
Date toDate
- Returns
List<RawSourceValue>
- Scope
All
Sepasoft MES Module Suite