Simple Business Rule to check if a True/False is selected or not
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2024 11:28 AM
I am trying to create a simple BR to check if a checkbox box field is selected or not. BR is running After Insert & Update. Below is my code, which is not running at all [I want to achieve this requirement using Business Rule only] :-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2024 03:24 PM
Hi @ShivangiC change your BR type to Before, it will work 😊
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2024 04:25 PM
Good work adding the logs. If you are not seeing any of them, do you have a Condition on the Advanced tab or any Filter Conditions? Is u_student_scores_sc the name of a field on whatever table this is running on? This could be an unrelated/coincidental log if there are other Business Rules running after insert/update - whichever you are using in your test case.