Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2016 01:46 AM
Hi Jyo,
I,am trying to do the same on my instance. Fire an email notification from with inbound email script.
However, not sure what you mean by dummy object.
gs.eventQueue("sc_req.newhire.req.notsubmitted", current, email.body.location, email.body.hr_specialist_email);
Event is registered on sc_req_item table
Email notification is on sc_req_item table.
Event is getting logged but with error. It is trying to look for the record on sc_req_item table which never got created.
How did you fix this issue for your scenario?