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:28 AM
here my requirment is, we need to send a report to user through scheduled email report but here condition is instead of sending report in attachment we need to send a report link in message field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-02-2020 06:32 AM
Why do you need the attachment in sys_attachment table at all in this case? Why not just include a link to the report itself into an email notification?
Blog: https://sys.properties | Telegram: https://t.me/sys_properties | LinkedIn: https://www.linkedin.com/in/slava-savitsky/

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-02-2020 06:37 AM
So include a link to the report then.
Why does the attachment still need to be created and saved to the attachment table anyway if they're just getting a link to the report?
You'd just include the report link and have them go to that.
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-05-2020 01:28 AM
we have report store in our instance. if any record inserted in sys_attchement table the record will visible in report store as well. once the user click on that link provided in mail it should redirect to report store and in that actual report records will visible to user in store. this is actual requirement.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-05-2020 10:17 AM