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.

List type field with choices

Shir Sharvit
Tera Contributor

Hi,

 

I have a field of type List with specific choices. I need to show some choices if the login user belongs to specific groups and other choices if the login user belongs to a different group. Is there any way to accomplish that?

3 REPLIES 3

RahamatMd
Tera Contributor

Hi @Shir Sharvit ,

First create one script include, there you can query and return based on loggin user and call this in reference qualifier.

Regards,
Mohammad

@RahamatMd hi i tried using ref qualifer but its not working. I tried to return the sys_id's of the specific choices but i stilll can see all choices

Can you send me screenshots of script include and choice reference qualifiers, i will modify and send