how to export all the records from an table via ui action
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-20-2017 12:27 AM
Hi
I want to download all the records in an table via ui action( when button is clicked) in the form of excel. Please help.
thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-20-2017 12:34 AM
Hello Raviteja,
There is an OOB Ui action on list level , right click on any field and select Export
please find my screen shot
Thanks,
Rajashekhar Mushke
Rising star : 2022 - 2024
Community Leader -2018
Connect me on LinkedIn : Rajashekhar Mushke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-20-2017 12:35 AM
You can append the key EXCEL to a URL to download the table as an Excel-Sheet.
For incident it would be: https://<your-instance>.service-now.com/incident_list.do?EXCEL
Btw. there is a build in export function, you could use.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-20-2017 01:44 AM
I want that functionality on a record producer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-20-2017 11:50 AM
I agree with Sebastian. You can have the link in the record producer you want:
https://<your-instance>.service-now.com/incident_list.do?EXCEL
Thanks,
Abhishek