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.

Send notification from record producer

FaizDev101
Tera Expert

Created a Record producer

Added Variable "Name" as reference for(sys_user)

 

The requirements is

If a user (ex: Abel tutor) is selected and form is submitted , a notification should be sent to that user that( incident has been created).

How can we implement this?

2 REPLIES 2

Community Alums
Not applicable

Mayu
Tera Guru

1)create a notification chooes table sc_cat_item_producer .

2)create event on same table .

3)In record producer script section called that event.

gs.eventQueue ('pass event name');

Please mark if it is helpful for you.