- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2025 09:47 AM
I am triggering a notification using an event and passing the target record's sys_id in gs.eventQueue. The notification is being triggered successfully, and I have checked the "Include attachments" checkbox in the notification settings.
However, while I can see the attachments listed under "Email Attachments" at the bottom, they are not attached to the email record, unlike what I have observed with other notifications.
While with other Emails with attachments
In this scenario, will the attachments be sent with the email? Additionally, does the "Include attachments" option simply provide a link to the actual attachments, or does it physically attach the files to the email?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2025 03:22 PM - edited 05-25-2025 03:31 PM
Hi @Astik Thombare,
It looks like the 'Attachment' embedded list is fetching data from the attachment [sys_attachment] table.
My guess is that the embedded list is showing the list of attachment records that are associated with the email record [sys_email].
So, unless you created a new attachment record and linked it to the email record, I think it's fine that the list is empty. Normally, you are attaching files that are linked to another record, an Incident for example, and there is no need to create another attachment record and associate it with the email record.
And in terms of the 'Include attachments' option, it should include ALL attachments from the triggering record as actual (physically attach) attachments, not links, i.e.
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2025 03:22 PM - edited 05-25-2025 03:31 PM
Hi @Astik Thombare,
It looks like the 'Attachment' embedded list is fetching data from the attachment [sys_attachment] table.
My guess is that the embedded list is showing the list of attachment records that are associated with the email record [sys_email].
So, unless you created a new attachment record and linked it to the email record, I think it's fine that the list is empty. Normally, you are attaching files that are linked to another record, an Incident for example, and there is no need to create another attachment record and associate it with the email record.
And in terms of the 'Include attachments' option, it should include ALL attachments from the triggering record as actual (physically attach) attachments, not links, i.e.
Cheers