Help me find the record where this is coming from

joshmorris
Tera Guru

Hi, i have been struggling to find the record where this notification is being sent for when a contract is sent for review.

I have found this in the log for when its triggered so can anyone understand this and help me?

joshmorris_0-1746790149456.png

 

1 ACCEPTED SOLUTION

joshmorris
Tera Guru

Figured it out, it was because you cant put yourself as an approver and then review it. The approver has to be different to the person logged in.

View solution in original post

10 REPLIES 10

Ankur Bawiskar
Tera Patron
Tera Patron

@joshmorris 

it shows it triggers when approval is inserted for that contract i.e. on this event "ast_contract.approval.inserted"

Did you check how the contract approval is inserted?

Did you check any scheduled job, scheduled flow?

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Yeah I have tried looking I really cant find it

@joshmorris 

I believe it's coming from platform level.

I might have to explore more.

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

shantanu_patel8
Mega Guru

@joshmorris  You can follow these steps to get to the source.

1. On your left navigation type "sys_email.LIST", a new tab will open.

2. On the new tab, use filter "sys_id" is "70897d187dd2e10ad46ea0bbbbb351b".

3. Open the record you got in the filter. Check for the target field, it tells you which record was used to trigger the notification.

 

-Shantanu