customize GwtPollDialog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2024 03:10 AM
Hi,
I want to customise the existing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2024 12:34 PM
Hi there @tanz
To customize the `GwtPollDialog` \\ for setting a different file name and selecting specific columns, create a UI Action to trigger a custom download script using GlideAjax. In the Script Include, use GlideRecord to fetch the data, map it to desired columns, and generate the CSV content with custom headers. Return the custom CSV content and file name to the client-side script, which handles the file download. \
If this helps kindly accept the response thanks much.
Kind Regards,
Mohamed Azarudeen Z
Developer @ KPMG
Microsoft MVP (AI Services), India
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2024 09:16 PM - edited 07-04-2024 09:18 PM
Hi @Its_Azar , Can I get some sample script with Incident fields, Columns will be ID and Details in Excel and will capture/map the fields Number and Short Description of selected incidents records from list view(using the checked list square check box which is visible right corner of every Incident, the same which we use to delete the selected Incidents). The file name will be IssueDetails.xlsx.