You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Returns a STRING [] with available options in select or multiselect field with field code %{...somefield}. Disabled options are discarded.

Syntax
availableItems(%{...somefield}) #Output: string list
Examples
Parser expressionDescription
availableItems(%{00103})
This function returns a string list with all security levels available for the project and current user.

Returns a STRING [] with all available child options in cascading or multilevel cascading field with ID %{...somefield}, and for option parent option.

Syntax
 availableItems(%{...somefield}, string option) #Output: string list

In the case of multilevel cascading fields, a comma separated list of options should be entered. Disabled options are discarded.