- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
I have custome table which has number field and display value is true on that field when non admin user trying search number using * number it's showing no record found but same record is showing when user search with = number and for same user description search is working correctly I have checked below configurations still not working please help me with this if anyone has faced similar kind of issue
1. there is one systempropery which is diabling search i tried to change value to true still not working
2. table levels acls has internal and other role , internal role user already have i have given other role as well still not working
3. I have maked display false for number still same issue
4. There is no query BR is configured on that particular table
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Please check whether a Query Range (query_range) ACL exists for the custom table. I suspect that there is currently no query_range ACL configured for this table.
If one does not exist, please create a Query Range ACL for the specific table and assign the necessary roles to it.
Also, could you please confirm whether this custom table is extending another table or if it is a standalone custom table?
Regards
Siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
things to do
-> check if there is query_range or query_match ACL for that table if not then create a new one
š” If my response helped, please mark it as correct ā and close the thread šā this helps future readers find the solution faster! š
Ankur
⨠Certified Technical Architect || ⨠10x ServiceNow MVP || ⨠ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
since users want to search only for number then create only for that field
if they want to use wildcard search on entire table then table level
š” If my response helped, please mark it as correct ā and close the thread šā this helps future readers find the solution faster! š
Ankur
⨠Certified Technical Architect || ⨠10x ServiceNow MVP || ⨠ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
44m ago
@Dipali_Pawar It depends on your requirement..
table.* query_range ACL.