/
1.3.1.2.3.1.5. Parameter Preselection Configuration
1.3.1.2.3.1.5. Parameter Preselection Configuration
For some parameter types, there can be configured the values which will be preselected in Start Workflow form in Portal. Currently Flowster Studio supports preselection for Combobox and Object Selector parameter types.
In order to configure preselection for a combobox parameter, follow the next steps:
- Select Combobox type for a parameter
- Expand the Configure Preselection option to view a new configuration area, where the preselected values can be set:
The preselected values can be configured by using different data source types like:
- Static: the values which will be preselected can be manually inserted in Administrator
- Database: the values which will be preselected can be configured by using a connection to a given database and different Selects from given table(s)
- Powershell: the values which will be preselected can be configured by using Powershell scripts (local or remote execution)
- Active Directory: the values which will be preselected can be configured by using Active Directory connection (by selecting an LDAP), filters and an attribute. The attribute is mandatory (e.g. sAMAccountName)
- WMI: the values which will be preselected can be configured by using WMI queries (local or remote execution)
- SSH: the values which can be preselected can be configured by using a connection to a given SSH machine and SSH scripts
- Javascript: the values which will be preselected can be configured by using Javascript scripts
- Python: the values which will be preselected can be configured by using Python scripts
NOTES:
- the values configured to be preselected should have the same values as the ones configured for the parameter, otherwise the value(s) will not be preselected in Portal (For Combobox parameter type, each output that contains the ';' separator is treated like a display value / sent value item pair, therefore the preselected value must match the sent value of the pair)
- the values are case sensitive. For example, if the parameter provides Demouser in the list and the preselected value is configured to be demouser, the value will not be automatically selected in portal.
, multiple selections available,