Error In Inbound Email Action "Skipping 'Update the RITM And Incident', email is a reply, and the record it matches is not in the Inbound Email Action's table"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-01-2016 01:42 AM
I want to update the Activity log of my RITM or INCIDENT from the email.
Always show Skipping mssg in log when i reprocess it
with this message "Skipping 'Update the RITM And Incident', email is a reply, and the record it matches is not in the Inbound Email Action's table"
This inbound email action i had written.
Thanks
Haider
- Labels:
-
Integrations
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-01-2016 01:49 AM
There can be 2 reasons why inbound actions are skipped. The actual reason is in the table which shows inbound action is skipped.
The reason can be due to domain, inbound action should always be in global domain, secondly, there might be an error in the inbound email action script.
I guess log statements is not correctly written. Also, put some logs and try again to check if logs are being hit.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-01-2016 02:30 AM
I want to add only reply in my activity log , but if i write" current.comments = "reply from: " + email.from + "\n\n" + email.body_text; "
It will copy whole the email body , even the mail chain running on this.. please tell me how to remove the latest reply and add it to the activity log
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-01-2016 03:08 AM