- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2024 04:44 PM
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
End users view in Service Portal
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2024 06:36 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2024 06:38 PM - edited 02-21-2024 06:38 PM
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
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2024 06:10 PM
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.
-Thanks,
AshishKM
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2024 06:16 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2024 06:36 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2024 06:38 PM - edited 02-21-2024 06:38 PM
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
Harish
