Glide List - Control Starts Locked or UnLocked?

gaidem
ServiceNow Employee
ServiceNow Employee

I have some glide lists that I want to start out locked and some unlocked.

I tried what's in this forum:
anyway to force the URL Padlock to unlock then lock automatically?

However, this doesn't seem to work.

Any ideas?

7 REPLIES 7

Mark Stanger
Giga Sage

http://www.servicenowguru.com/scripting/client-scripts-scripting/lock-unlock-glidelist-url-fields-client-scripts/


gaidem
ServiceNow Employee
ServiceNow Employee

You're on a roll! Thanks!!!


theory118
Tera Contributor

There's a dictionary attribute for unlocking a glide list as default.


start_locked=false  



(late to the party but this article is Google top result)


twenger26
Giga Contributor

Unfortunately this does not work for Variable Attributes from what I see.  ServiceNow added the capability to turn a slushbucket into a a glide list using the glide_list attribute but they weren't consistent by allowing the expand feature.   That almost makes the glide list unusable on record producers/catalog request forms because the user has to remember to unlock it which seems silly to me.   There are ways around it using client scripts, but when you get that far down the rabbit hole it's not worth it anymore.  Uggg.