Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Business Rule to stop email notification from sending if workflow notification exist

Ivan Munoz Mart
Kilo Contributor

Hello,

I has been instructed to research if there is a business rule to prevent an email notification from sending if there is a notification being sent as part of the workflow of a service (a notification step in the Workflow designer). The issue is that we have notification templates that send emails when a case is closed, but there is a process in a workflow that sends a similar notification after 7 days of a case awaiting acceptance. We would like to implement a business rule that prevents these notifications from being sent if the "after 7 days" notification from the workflow process has been sent already.

Any help would be greatly appreciated.

Thank you,

Ivan

1 ACCEPTED SOLUTION

asifnoor
Kilo Patron

Hi,

I don't think you can use the BR to prevent triggering of notification which is triggered from a workflow. I suggest you add a condition in the workflow and add your logic when to send and when to restrict.

Mark the comment as a correct answer and also helpful if this has helped to solve the problem.

View solution in original post

1 REPLY 1

asifnoor
Kilo Patron

Hi,

I don't think you can use the BR to prevent triggering of notification which is triggered from a workflow. I suggest you add a condition in the workflow and add your logic when to send and when to restrict.

Mark the comment as a correct answer and also helpful if this has helped to solve the problem.