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.

Lookup Select Box does not Return all Items

Brian Hofmeiste
Kilo Guru

Hello! 

 

I have added a column to the users table called "Job Level".  The column is type "choice" and has things like "VP", "Director", "Manager", etc.  I've created a request form that uses "Lookup select box" and references this "Job Level" field of the User Table.  When I test the form in the self-service portal it only shows me the Job Title associated with the current logged in user.  I would suspect it would show all options available, am I doing this wrong?

 

added some photos to illustrate.  

 

Thanks!

Brian

 

 

1 ACCEPTED SOLUTION

Hi @Brian Hofmeiste,

 

Can you just change the Reference table to Choice [sys_choice] and apply the filter/reference qualifier condition as -

 

javascript:"element=u_job_level^name=sys_user^inactive=false";

 

Note - add correct field name form user table. here, I assume its name as u_job_level.

 

Thanks,
Sagar Pagar

The world works with ServiceNow

View solution in original post

5 REPLIES 5

Hi @Brian Hofmeiste,

 

Reference or Table should be slect6ed as Choice [sys_choice] instead of User [sys_user].

 

Thanks,
Sagar Pagar

The world works with ServiceNow