- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2024 10:05 PM
I created one problem task that will be assigned to service manager. After that will tigger the approval and rejection email. If it rejected, again that problem task will trigger the email to problem assigned to. Can any one help me corecting the bewlo code.
I created inbound email action on problem_task table.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2024 11:25 PM - edited 02-11-2024 11:26 PM
1.Go to event registry and create a new event.
2.Then create one Notification with When to send as event fired and choose the event which you created
3.Trigger it using gs.eventQueue('eventname',current,parm1,parm2); in your else if condition
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2024 11:25 PM - edited 02-11-2024 11:26 PM
1.Go to event registry and create a new event.
2.Then create one Notification with When to send as event fired and choose the event which you created
3.Trigger it using gs.eventQueue('eventname',current,parm1,parm2); in your else if condition