How to remove attachments in email without removing the record from attachements table

GANESH23
Tera Contributor

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,

28 REPLIES 28

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.

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?

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!

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.

Tony Chatfield1
Kilo Patron
Hi, if you remove an attachments relationship to the record it displays on ie table and table id, it will have no context. Your requirements/intentions are not very clear but perhaps you would be better hidding the attachment(s) with an ACL?