Custom Value Source

Sepasoft MES Module Suite

Custom Value Source

Custom Value Source object holds information about the customized value sources.

Scripting Functions

The following scripting functions creates a Custom Value Source object.

system.mes.analysis.createCustomValueSource

Object Functions

Beside the common MESAbstractObject methods, the following methods exist for the Custom Value Source object.

getFilterOptions(fromDate, toDate)

Description

 Gets the filter options associated with the custom value source.

Syntax

getFilterOptions(fromDate, toDate)


  • Parameters

Date fromDate - The start date to include in the filter options.

Date toDate - The end date to include in the filter options.

  • Returns

 List<String> options - The list of filter options.

  • Scope

All

Sepasoft MES Module Suite