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"});
}Need support? Create a request with our support team.
Copyright © 2005 - 2025 Appfire | All rights reserved.
