Reg alert - Type Source, approval issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-01-2025 12:22 PM
What is the issue here, why is the assigned approval not visible to reg change manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-01-2025 01:30 PM
Hi @AmeetPatra1 ,
It seems that you don't have access to table and those fileds.
You are trying to perform a query that requires access to a field or table using the query_range operation, but doesn't have the necessary roles or permissions.
Check below points
1.Verify a query_range ACL exists for table or fields .
2.Ensure the user has the appropriate roles assigned to that ACL .
3.Consider a query_match ACL if needed .
4.If no ACL exists, create one and assign roles
If my responce is helpful mark it as a helpful or accept the solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-02-2025 02:13 AM
Hi @AmeetPatra1 ,
By looking at the error , It's a field specific error. So, you need to create field specific query_range ACL.
Something like below:
Sandeep Dutta
Please mark the answer correct & Helpful, if i could help you.