- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2018 07:48 AM
Hi,
I am trying to retrieve email creation/received date for one of our integration using inbound actions. I tried using existing email objects but no luck.
email.headers have date information but easily accessible and the formation and timezone is different, so it hard to go for it.
Any suggestions would be helpful.
Thanks
Iyyappan Mani
Solved! Go to Solution.
- Labels:
-
Platform and Cloud Security
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-11-2018 09:34 AM
Yes, I took the email created time as workaround. Thanks for your response.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-24-2022 07:35 PM
Hi,
How did you do this? I am trying to use the opened_at time but it differs

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-20-2020 05:00 AM
Hi Ankur,
Can you please guide on why below line is not working ?
current.u_reported_date = email.created;
i want to replicate email received/created date in our custom field reported date field.
Thanks in advance.
Rajesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-20-2020 05:43 AM
Hi,
try this
current.u_reported_date = new GlideDateTime();
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-07-2021 07:16 AM
Hi Ankur,
Function new GlideDateTime() will give current date//time but we need email created date so that we can get current info.
Please correct me if my understanding is wrong.
Thank You,
Rajesh