/
Prevent a select list from displaying certain values
Prevent a select list from displaying certain values
Script is called when screen is loaded. It will limit the available options in a selected list based on the user.
Script - LimitSelectListOptions.sil
if(currentUser() == "jmuse") {
lfRestrictSelectOptions("customfield_10703", {"1", "2", "3", "4", "5"});
}
, multiple selections available,
Related content
Prevent a select list from displaying certain options
Prevent a select list from displaying certain options
More like this
Using Select List on a Ticket
Using Select List on a Ticket
Read with this
Hide multiple fields based on custom field value
Hide multiple fields based on custom field value
More like this
Hide fields for users with no developer role
Hide fields for users with no developer role
More like this
Preparing Data for Use with lfRestrictSelectOptions()
Preparing Data for Use with lfRestrictSelectOptions()
More like this
lfRestrictSelectOptions
lfRestrictSelectOptions
More like this