ftos.metadata.getOptionSet

IMPORTANT!  
Starting with v24.3, this is renamed from getOptionSet to ftos.metadata.getOptionSet .

Returns the attributes and items of an optionset.

This is suitable for all modules of business service components.

Syntax

function ftos.metadata.getOptionSet(optionSetName: string): any
 
Parameter Description
optionSetName Name of the optionset.

Return Value

Returns a object that contains the optionset's attributes and items:

Examples