- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2024 01:07 AM
hello,
How to customize the export Excel button?
I want to customize a UI Action to export Excel in the Incident List.
thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2024 02:23 AM
should the export button do the same thing which OOB button does?
if yes then simply create a client side UI action and check this link for list choice and solution from @harun
How can I replicate Export as Excel in incident from list view?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2024 11:44 PM
hello,
I want to export in CSV format, so I used [var dialog = new GwtPollDialog('incident', '', '', view, 'unload_csv');] code. However, when the exported content contains Japanese, garbled characters appear. Is there any solution?