How to remove attachments in email without removing the record from attachements table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-02-2020 12:17 AM
Hi Team,
I want to remove attchment from email while sending,at it is in send-ready state without removing the record from sys attachments table.
Thanks,
- Labels:
-
Incident Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-02-2020 06:01 AM
i am triggering email through scheduled reports

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-02-2020 06:11 AM
So you have a scheduled report....which is for sending an attachment of a report to people on a scheduled basis...and you want to remove the attachment from that email, thus sending them basically some text and that's it?
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-02-2020 06:17 AM
yes correct. i want to remove attachment from email while sending

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-02-2020 06:20 AM
You can clear the "report" field in the scheduled report record and then it would have no report to send, thus no attachment.
I guess you're using this as a scheduled email...instead of it's intended design, but either way, if you remove the report from the scheduled report and just have text, it'll send with no attachment.
Something like this would send with no attachment then:
Please mark reply as Helpful/Correct, if applicable. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-02-2020 06:25 AM
if we clear the "report" field in the scheduled report, is attachment will insert in sys_attachment table?