How to customize the export Excel UI Action?

Li QingWen
Tera Contributor

hello,
How to customize the export Excel button?

I want to customize a UI Action to export Excel in the Incident List.

thanks!

 

1 ACCEPTED SOLUTION

@Li QingWen 

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.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

5 REPLIES 5

@Ankur Bawiskar 

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?