/
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"}); }

Related content