- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2022 12:21 AM
I need to create an inbound email action so that it creates a record in change request table.
Attachments in email -should transfer to attachments in change request record.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2022 12:58 AM
Hi bharath,
This should be achieve OOB, Please include current.update() in your script.
Please go through glidesysattachment API.
I have verified and working fine in my PDI.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2022 12:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2022 01:14 AM
I used currnt.update() still not working.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2022 02:02 AM
can you please post the screenshot of the inbound action or script....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2022 02:29 AM
This is working with OOB email inbound action called create incident but if I try to copy the same code and same.... in everything and create new inbound --- > It's not working.