Send notification from record producer
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2023 12:42 AM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2023 12:45 AM
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2023 02:13 AM
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.