The CreatorCon Call for Content is officially open! Get started here.

Timesheet BR / notification not working

tindiz
Giga Guru

Hi ServiceNow experts, good day!

 

I have created an Event Registration -

 

tindiz_0-1733321480940.png

And then created a Business Rule -

tindiz_1-1733321533047.pngtindiz_2-1733321555625.png

 

And created a Notification -

 

tindiz_3-1733321598201.pngtindiz_4-1733321609203.png

 

However, when I submit timesheet EOM, the notification is not being sent out to the manager. Please help.

1 ACCEPTED SOLUTION

Hi @tindiz ,

 

Seems you wanted to run the BR if EOM is true and status changes to submitted for Singapore and Australia.

 

First Remove last two condition and then click on "Add or clause" and then add your removed condition back.

 

RunjayPatel_0-1733324543294.png

 

Did you tried testing notification after removing condition? is it working?

 

RunjayPatel_1-1733324614787.png

-------------------------------------------------------------------------

If you found my response helpful, please consider selecting "Accept as Solution" and marking it as "Helpful." This not only supports me but also benefits the community.


Regards
Runjay Patel - ServiceNow Solution Architect
YouTube: https://www.youtube.com/@RunjayP
LinkedIn: https://www.linkedin.com/in/runjay

-------------------------------------------------------------------------

 

View solution in original post

6 REPLIES 6

Runjay Patel
Giga Sage

Hi @tindiz ,

 

Check below points.

  1. User manager profile has email id.
  2. Your business rule is executing and triggering the event.
  3. if your business rule executed then check the event log (sysevent), a record will be created for your event.

I am suspecting business rule not executing gs.eventQueue();

-------------------------------------------------------------------------

If you found my response helpful, please consider selecting "Accept as Solution" and marking it as "Helpful." This not only supports me but also benefits the community.


Regards
Runjay Patel - ServiceNow Solution Architect
YouTube: https://www.youtube.com/@RunjayP
LinkedIn: https://www.linkedin.com/in/runjay

-------------------------------------------------------------------------

Hi @Runjay Patel thanks for your response -

  1. User manager profile has email id. - Yes, it has an email ID
  2. Your business rule is executing and triggering the event. - it seems like it doesn't as I do not see any email on the Outbox and also there's no record being created for my event

First remove the trigger condition from BR to check your email is working on not.

Also let me know your trigger condition so that i can help you to fix that as well

here's my trigger conditions on the BR -

 

tindiz_0-1733324253875.png