- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2022 03:19 AM - edited 12-21-2022 03:54 AM
Hi All,
Before Query business rule is created to restrict users from specific groups which is working as expected. But now we have noticed that same restriction is not applicable when we are exporting report from list(it include restricted groups). Kindly help me to understand why BR is not applied for Export and if any way to handle this.
Thanks & Regards,
Bhaskar Nataraju
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2022 04:35 AM
Hi @bhaskarnataraju ,
Query Business is used to query records/lists of records when the list/forms load.
It doesn't restrict querying records for other sources like reports, integrations, etc.
The filter added to records checks the database and returns data.
Best to use ACLs to restrict data from everywhere.
Regards,
Reshma
**Please mark my answer correct or helpful based on the impact**
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2022 03:48 AM
You are trying to say that export is showing more records than list visible to users?
Ideally export only exports the data visible on list.
Raghav
MVP 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2022 03:56 AM
Hi Raghav,
Thanks for your response.
Yes. export shows more records than list visible.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2022 04:28 AM
@bhaskarnataraju do you have a domain separated instance?
Raghav
MVP 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2022 05:46 AM
Hi Raghav,
Yes. We are working on domain separated shared instance.