- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-23-2018 12:05 PM
Is there a way to have a variable List Collector with the glide_list attribute expanded / unlocked by default?
Solved! Go to Solution.
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-02-2018 12:23 PM
For anyone searching on how to do this:
Create an onLoad Client Script:
function onLoad() {
//Type appropriate comment here, and begin script below
window.setTimeout(openUnlock, 2000);
}
function openUnlock(){
gel('IO:42dbec804fd79b00b7ea650f0310c79e_unlock').click();//this is the IO of the variable you want to "unlock"
}

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-23-2018 01:39 PM
Hello Leahp,
You may find the below thread helpful.
https://community.servicenow.com/community?id=community_question&sys_id=81618729db98dbc01dcaf3231f961954
Thanks,
Pradeep Sharma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-02-2018 12:23 PM
For anyone searching on how to do this:
Create an onLoad Client Script:
function onLoad() {
//Type appropriate comment here, and begin script below
window.setTimeout(openUnlock, 2000);
}
function openUnlock(){
gel('IO:42dbec804fd79b00b7ea650f0310c79e_unlock').click();//this is the IO of the variable you want to "unlock"
}

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-03-2019 07:33 AM
Thank you leahp!
This is the only answer that I found worked for list collector variables being used with the glide_list attribute.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-05-2022 08:06 AM
this one worked for me:
https://community.servicenow.com/community?id=community_question&sys_id=e7898d37dba31340fece0b55ca961962