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

Compare with Current View Page History

« Previous Version 16 Next »

This function returns a TEXT LIST with available options in select or multi-select field with field code %{...somefield}. Disabled options are discarded.

Syntax
availableItems(%{...somefield}) #Output: Text list
Example
Parser expressionDescription
 availableItems(%{00103})
Returns a text list with all security levels available for the project and current user.
Output

Returns a TEXT LIST with available options in select or multi-select.


Variant of the function where you can optionally specify a dedicated parent option. Only child options matching the specified parent will be returned.

Syntax
availableItems(%{...somefield}, option) #Output: Text list
Output
Returns a comma separated TEXT LIST.