Skip to main content
Question

Printing Attached Documents in reports or emails- IFS Cloud 22R1

  • March 10, 2022
  • 2 replies
  • 223 views

Forum|alt.badge.img+8

Hi,

I'm referring to the thread Printing Attached Documents in reports or emails | IFS Community
I have this same requirement to do in IFS Cloud 22R1. (Example: Send the attachments together with PO email) 
@dsj Can you please help.  
https://dsj23.me/2017/03/20/include-additional-attachments-in-ifs-e-mail-report/
Will this  work for Cloud21R1? 

Actually I tried, but it didn't work. 
I’m not sure whether  there’s any limitation in IFS cloud. 
Please help.

 

kind  regards,

Yashodha.

This topic has been closed for replies.

2 replies

Mathias Dahl
Superhero (Employee)
Forum|alt.badge.img+32
  • Superhero (Employee)
  • 2903 replies
  • March 10, 2022

It might be possible, but it should be harder in IFS Cloud and will require a great deal of hacking and more or less abusing our repository concept. If you want to try, the same general idea should apply.


dsj
Ultimate Hero (Partner)
Forum|alt.badge.img+22
  • Ultimate Hero (Partner)
  • 906 replies
  • March 10, 2022

Hi @12gYashoP ,

 

I haven’t try that in IFS Cloud but I would say now you should be able to do the same more easily. Since Apps 10, you can add array of attachments to an email and from docman side, there’s a function to get the document (edm_file_storage_api.get_file_data)  

By combining these two, you could develop a solution where you can add the documents as an BLOB array in the email

Downloading the file and attaching as a path reference was the only way we could do such a thing in Apps8 and App9.

Please share a solution if you could crack it :sunglasses:

 

I’ll see if I could modify the solution to match modern IFS

 

Cheers!
Damith