
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2018 03:44 AM
Hi,
My requirement is to attach list of records as an excel or CSV to email notification that is triggered by an UI action.
I know this can be done as a schedule report as per https://community.servicenow.com/community?id=community_blog&sys_id=abfde62ddbd0dbc01dcaf3231f961921 post but I want to send this email attachment when an event is trigger and generate excel/CSV file on-the-fly based on dynamic query.
Could any one please tell how can I accomplish it.
Thanks in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2018 11:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2018 02:26 PM
hi,
what is the dynamic query that is being referred here? is it dynamic as in user isdynamic me kind of? OR, something else

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2018 05:08 PM
Here is Use case, I have UI page that display data in a list view where a user make changes to status of a field to flag the data be included in Email notifications that is triggered by button action.
I am able to capture user selections along with query parameters in the 'Processing script' and thereby get the data to be sent via an email notification by using glide query. However, I need advice on how to attach the these records as an excel/csv attachment to email notification that is triggered by event using gs.eventQueue().
Hope this make sense.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2018 11:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2024 09:11 PM