The following routines are meant to help the user retrieve values from the parameters defined by the input routines. The values obtained are used further by the reporting script.to define and configure the starting parameters for the SIL scripts used in this app. A similar set of routines may be found in another one of our apps, namely the Power Scripts for Jira app. Filter by label (Content by label)
- gadget_getDateValue — Retrieves the date from a datePicker or dateTimePicker.
- gadget_getMultiUserPickerValue — Retrieves the value from a multi user picker.
- gadget_getMultiValues — Retrieves the value from a multi select list or a checkbox group.
- gadget_getSingleValue — Retrieves the value from a text, text area, select list or radio group.
- gadget_isChecked — Retrieves the value from a checkbox.
Example
Let's take a look at some usage examples for the above routines.
...