Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Field Type - Select multiple values

kevwatson
Giga Contributor

When someone is filling in a Catalog Item I want them to have the ability to select multiple options, however the current setup using "Select Box" only allows you to select one of the values.  Please can you tell me how this can be achieved? 

46 REPLIES 46

I am still getting no results with a non roled user even after disabling as well as creating a new one with no conditions on it at all. 

I do still see a write acl complain in the security debugger but not sure why that would interfere with reading the table.  

Below is what I have set up, its the only active ACL and its wide open with no luck:

We have client roles available to use as well since we are using Employee Services Center and that's where the catalog item that needs this variable is being accessed from.

find_real_file.png

Its notable that when I add the sn_hr_core.hrsm_employee role to one of the OOB ACLs I get all clear in the script debugger but yet the values never display on the catalog item variable:

It seems I am getting RC=False on the actual retrieval of the questions themselves if you look further down in the purple section trying to access from Human Resources scope

 

find_real_file.png

Fixed... scope issue... just needed to create a new ACL in the proper scope (Human Resources: Service Portal) and it works fine.

This actually worked. Saved me the trouble of creating a table just for 3 choices.

Great solution !