If I use a Before Query business rule will it cause performance issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2025 03:03 AM
If I use a Before Query Business Rule and my system has 230,890 records in the HR case table, will it cause an issue?
I'm not using ACLs because there are too many on the HR table and its parent table, making it time-consuming and leading to conflicts.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2025 04:39 AM
I think you should use HR COE Security Policies instead of a Before Query Business Rule.
- It improves performance and reduces complexity.
- It is maintainable and built for HR data security.
Please mark correct/helpful if this helps you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2025 05:04 AM
So if i'll use COE security policy will ACL's not override it?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2025 05:59 AM
@Akshay Pundeer As suggested by others, you should not use before query business rule in this case and opt for COE ACLs instead. Before query business rules with such case volume will certainly slow your instance down.