Send email once record producer is submitted?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2021 07:27 AM
Hi All,
I have created a record producer to allow users to submit a change request.
What I am wondering is how can I send an email to a specific group once the record producer has been submitted? Along with the change details.
Can this simply be done in the 'Generated record date' script by using an event and link it to a notification?
Any guidance/assistance would be much appreciated.
Thanks!
Alex
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2021 10:46 PM
@Alex
Thank you for marking my response as helpful.
If my response helped you please mark it correct to close the question so that it benefits future readers as well.
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2022 06:40 AM
Hope you are doing good.
Did my reply answer your question?
If my response helped please close the thread by marking appropriate response as correct so that it benefits future readers.
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2022 01:29 PM
Hi Ankur, great suggestion for only generating a notification for things that come through a Record Producer. I wasn't aware of that table and it's purpose.
On review though, there is one callout here, is that this really only works for Task based records.
The Contract (ast_contract) table for example this doesn't work for out of the box. When reviewing the Item Produced Record table for contract records created by a Record Producer, there is obviously no value in the Task reference field as ast_contract is not extended from task, and surprisingly, there isn't a value in the Record Key field. (Quebec instance in the screenshot below).
Thank you though Ankur, I learned something today.
Thanks,
Daniel

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2022 04:24 AM
Hi Ankur,
What if I need it only for specific record producer not for everyone? Just for one catalog item
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2023 01:46 AM
Unfortunately, it does not work for Record Producers created in the Scoped application.
"sc_item_produced_record" table does not have an entry for the scoped app Record Producer.
I have the same requirement to send an email once the Record Producer is submitted. My record producer is built under the Scoped application and not in Global scope.