Export a csv file as an attachment in email
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-19-2017 07:53 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-20-2017 07:07 AM
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