- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2024 06:33 AM
Users should able to see records in users table without security constraints.
When a Non Admin user search in the user table, he should be able to see the list of all records for which he has access to. Once all the list of users is displayed then only the security constraints message needs to be visible.
Refer to the attachment:
In the 1st attachment: When user searches for *johnson, so total result is 2269. In the 1st page he can only see 4 records, others are hidden.
In the 2nd attachment: It is the 2nd page, where it shows only 1 user other 49 are hidden.
Is there a way to show all the user in the same page out of 2269. Instead of hiding in each and every page. So if has access to see 49 users out of 2269, then all should be visible in the 1st page itself.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2024 06:38 AM
Hi,
This is the one of the 'side effects' of ACL. If you need to change this behaviors you need to shift the logic from ACL to before BR.
Find the right ack which is blocking this and then shift that logic to before BR.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2024 06:38 AM
Hi,
This is the one of the 'side effects' of ACL. If you need to change this behaviors you need to shift the logic from ACL to before BR.
Find the right ack which is blocking this and then shift that logic to before BR.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2024 06:38 AM
Its due to ACL or any BR blocking this.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************