- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2023 10:02 AM
Hello All,
I have a before update business rule on incident table which checks if assignment group is 'XYZ' and Knowledge Record is not empty and status changes to Resolved .
So if condition matches it will abort the submission using action and show error message.
But now what is happening is , if we are setting the incident status value to resolve from pending on hold using other business rule then this also triggers as soon as status changes to resolve and it will not allow to update the status to resolve.
So how I can override this business rule if status changes to resolve and for assignment group 'xyz' and knowledge article is empty ,
this means this business rule should not work for condition when status is pending and substatus is onhold irrespective of KB is knowledge record filed is empty or not empty.
Any suggestion will helpful.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2023 11:19 AM
Hello Sagar,
I modify the condition as below and it is working fine now-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2023 10:12 AM
Hi @Nisha B,
I guess there is condition conflicts with both business rules. It is possible to remove the condition conflicts and check once.
Thanks,
Sagar Pagar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2023 10:23 AM
Hello Sagar,
thanks for reply.
actually through first business rule setting status to resolve if incident status is in pending onhold for more the 5 days,
and other business is running as soon as the status changes to Resolve .I am not getting how to stop this business rule only if the status is pending on hold
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2023 11:19 AM
Hello Sagar,
I modify the condition as below and it is working fine now-