How to export Records in Csv/Excel and Store that Excel/CSV in Zip File
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2023 02:46 AM
How to export records in Csv and Store that CSV in Zip File and that zip file need to send through mail to user if the record rows exceed certain limit.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2023 03:01 AM
Hi,
The best (and closest to your requirement) solution i can think of is to create a scheduled report. You can have specific condition when you want to send the report, chose csv formal, who to send etc.
Scheduled Reports | ServiceNow Developer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2023 03:26 AM
I have implemented UI action when user click on the button the zip file is getting downloaded which contain csv and that csv is holding record details for example- Asset tag, Serial Number but when user is selecting 10k or 20k records it is taking so much time to download and for that we don't want them to wait and we wanted to send them email in which zip is attached