- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2020 08:18 PM
How we can differentiate when to use the Before Query BR and Before BR?
Exactly what are the real-time scenarios that we can decide in this type of situation we have to go with Before Query BR so it won't create performance issues to an instance or we can maintain the standard
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2020 12:00 AM
Hi,
Adding to all, Before a record is saved to the database.Business rules execute after form submission and before the record update in the database. Example: Calculation of priority based on impact and urgency
Before Query Before query Business Rules execute before a query is sent to the database. When a user is not authorized to see all records in a list, the “Number of row removed by security constraints” message appears. Before query Business Rules act like ACL and prevents users from seeing certain records. When access is controlled through a before query Business Rule ,the “Number of row removed by security constraints” message is not displayed and the user does not know access is restricted.
check below links:
https://www.learnnowlab.com/Business-Rules/
If my answer helped you in any way, mark answer as helpfula nd correct.
Thanks and regards,
Megha.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2020 12:00 AM
Hi,
Adding to all, Before a record is saved to the database.Business rules execute after form submission and before the record update in the database. Example: Calculation of priority based on impact and urgency
Before Query Before query Business Rules execute before a query is sent to the database. When a user is not authorized to see all records in a list, the “Number of row removed by security constraints” message appears. Before query Business Rules act like ACL and prevents users from seeing certain records. When access is controlled through a before query Business Rule ,the “Number of row removed by security constraints” message is not displayed and the user does not know access is restricted.
check below links:
https://www.learnnowlab.com/Business-Rules/
If my answer helped you in any way, mark answer as helpfula nd correct.
Thanks and regards,
Megha.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2020 12:34 AM
Check out this video, it will clear all your doubts and help you to understand Business Rule queries in details.
Link: https://www.youtube.com/watch?v=hLottNnk21U&ab_channel=ServiceNowHelpdesk
It help you to understand below points.
- Scenario based business rule uses
- Best business use cases for all types of business rules
- Current .update in before business rule
- Difference between Before BR and Before query BR?
- Where can we use query business rule?
- All type of business rule with real world scenario
- Before
- After
- Async
- Display
Please mark reply as Helpful/Correct, if applicable. Thanks!!