- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2017 03:56 AM
Hi Friends,
I am facing a weird issue in my business rule. I have below conditions in my business rule. This business rule triggers when "í„ctive" is checked from unchecked and then saved. Business rule is not triggered when "Active" is unchecked from checked and then saved. Could you please help?
---------------------------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------------------------
Regards
Ramandeep
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
-
Team Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2017 04:01 AM
Only condition you need is when ACtive <Changes>
Also its probably some other business rule in the transaction that is stopping this one to run when deactivated. Id suggest change the order of the business rule and check.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2017 04:00 AM
Hello Ramandeep.
I may not understand well your question but if I do, then the answer is: the business rule is expected to trigger only when the status ia active, meaning the active box needs to me checked.
When active is unchecked it is not expected to trigger.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2017 04:01 AM
Only condition you need is when ACtive <Changes>
Also its probably some other business rule in the transaction that is stopping this one to run when deactivated. Id suggest change the order of the business rule and check.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2017 04:16 AM
Adding to what Anurag already said, also do check the update and insert fields.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2017 04:43 AM
Thanks Anurag! Changing the order worked fine.