Article

ServiceNow Tips and Tricks: Making List Collectors More Useful

ServiceNow Tips & Tricks: Making List Collectors More Useful

Our Milestone ServiceNow experts share their tips & tricks: today’s tip comes from Lynne Reynolds and is about making list collectors more useful.

The list collector variable type in the service catalog is advantageous when it comes to allowing multiple selections on a catalog variable without creating a bank of checkboxes or a bunch of extra variables for users to read through (but only if you have a table to reference to generate your options). This has been one of my pet peeves for quite some time. I finally took some time to sit down and figure out a way to make list collector variables more useful for when you want the user to be able to select multiple values but do not want the administrative overhead that can come with a whole new table every time your stakeholders want a multiple-choice, multiple selection variable.

Let’s get started:

1. On your catalog item, create a new multiple-choice or select box variable (either will work, we are after the “Choices” related list here), give it a name and some question text, and then submit.

list-collector-1

2. Add any choices your variable needs.

list-collector-2

3. Switch the variable type over to a list collector. You will notice that we cannot save until we give ServiceNow a table to reference, so pick Question Choice [question_choice]

list-collector-3

4. Add a reference qualifier of “question=XXXX” where XXXX is the question’s sys_id.

list-collector-4

 

 

 

5. Out of the box, ServiceNow has an ACL on the question_choice table that locks read functionality to the catalog_admin and admin roles (and others depending on which plugins and applications you have in your instance.) An important Tips and Tricks suggestion to remember is to update that table.

**Note: which role you add to allow access to read will depend on your instance and security requirements. The snc_internal and snc_external roles are good roles for a starting point. Also, check your licensing/subscription to make sure you are not opening yourself up to additional licensing fees.

Tips and Tricks, ServiceNow Tips and Tricks: Making List Collectors More Useful

Tips and Tricks, ServiceNow Tips and Tricks: Making List Collectors More Useful

6. (Optional) Use this Tips and Tricks maneuver if you want to deactivate the “Question Choice Related List” client script or modify the if statement in the script to be if (newValue == “3” || newValue == “5” || newValue == “21”) to show the Question Choice related list on list collector variables.

Tips and Tricks, ServiceNow Tips and Tricks: Making List Collectors More Useful

7. You now have a list collector variable without having to create a whole new table.

Tips and Tricks, ServiceNow Tips and Tricks: Making List Collectors More Useful

8. (Optional) You can now consider adding variable attributes such as no_filter or glide_list to alter the variable’s appearance on the form.

This great tips and tricks option can be used to convert multiple-choice or select box variables into list collectors easily, but the real advantage to making these variables is when cleaning up catalog items with lots of checkboxes. I have seen many catalog items where there are five or more checkboxes with a “, please select one or more options” help text with an onSubmit client script doing a check to see if the user has checked the required number of checkboxes. With a single, mandatory list collector, the user can select any options they need with the added benefit of being less tedious than creating multiple checkbox variables. Remember that list collectors also look different when viewing the item in Service Portal. While the list collector is rather bulky on the regular catalog form, it is very clean when viewed in Service Portal.

Tips and Tricks, ServiceNow Tips and Tricks: Making List Collectors More Useful

Tips and Tricks, ServiceNow Tips and Tricks: Making List Collectors More Useful

There will be times that a new table is preferable for populating a list collector variable, and this should not replace creating a regular list collector backed by a table, but it is immensely helpful when cleaning up catalog items and saving you from needing to create tons of checkboxes.

If you’d like to learn even more ServiceNow tips and tricks, connect with the Milestone team at servicenow@milestone.com. You can also check out another one of our ServiceNow tips and tricks blogs here.

Facebook
Twitter
LinkedIn
Categories

Select a Child Category
category
6622a7edbe586
0
0
34,35,36,33,38,39,37
Loading....
Recent Posts
Social Links

Related Posts

Want to Learn More?

Milestone experts take the time to listen, understand your needs, and provide the right mix of tools, technology, and resources to help you meet your goals.

Request a complimentary consultation to get started.

Request a Complimentary Consultation

Skip to content