Export a csv file as an attachment in email

shazia
Kilo Explorer

Hi,

The incidents from the list view is exported in the .csv format.Then its send as an email by clicking the button "Mail it".The email is triggered but the attachment is not getting triggered for this format.It works fine for xml.

Kindly propose the methods by which this can be done.

find_real_file.pngfind_real_file.png

5 REPLIES 5

Hi Aparna,



I believe you dont have this property(glide.export.excel.wrap_cells) in Helsinki version and starting with Istanbul they have introduced t just to trim down the bigger fields in the report.



Are you using a Helsinki? If yes try to check the number of rows you are exporting . You can check glide.ui.export.limit   property in sys_properties table to check the limit of rows you want to export.



By default the limit is 10000, but you can increase it with some compromise to your system performance