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 choices not visible to end users

Merza Lyn
Giga Guru

I have a variable which is Lookup Select Box, but in the Service Portal the choices are not displaying to end users.

question=18df04358733b9101e3610283cbb359c ---> sys ID of the question

MerzaLyn_0-1708562448219.png

 

End users view in Service Portal

MerzaLyn_1-1708562591278.png

 

 

2 ACCEPTED SOLUTIONS

In that case, check the read ACL on question_choice table. 


Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution

View solution in original post

Harish KM
Kilo Patron
Kilo Patron

Hi @Merza Lyn the question_choice table donot grant access to end users to read data as per below OOB ACL. You would need to modify one of the read ACL and allow access to end users by including snc_internal role, then the values will be visible

HarishKM_0-1708569443076.png

 

Regards
Harish

View solution in original post

4 REPLIES 4

AshishKM
Kilo Patron
Kilo Patron

Hi @Merza Lyn ,

 

Is it visible to you ?

Which column, you are exposing via this lookup ?

Update the "Lookup value field" with the column name which is Text.

Remove the "text" from "Lookup label field(s)", keep this field empty.

AshishKMishra_0-1708567610478.png

 

-Thanks,

AshishKM

 

 


Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution

Hi @AshishKM 

Yes, it is visible to ITIL users.

I tried your suggestion, but still the same. It's not showing for non-ITIL users.

In that case, check the read ACL on question_choice table. 


Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution

Harish KM
Kilo Patron
Kilo Patron

Hi @Merza Lyn the question_choice table donot grant access to end users to read data as per below OOB ACL. You would need to modify one of the read ACL and allow access to end users by including snc_internal role, then the values will be visible

HarishKM_0-1708569443076.png

 

Regards
Harish