- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-15-2022 11:21 PM
I need help to provide a button on top right corner to download list view as excel.I know i can go with export from list cloumn but i need a button. Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-16-2022 01:07 AM
function generateExcel()
{
g_navigation.open('/' + tableName + '_list.do?EXCEL&sysparm_query=your_query', '_blank');
}
PLEASE MARK MY ANSWER CORRECT IF IT HELPS YOU
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-08-2024 08:47 AM
Hi @Mohith Devatte I tried to copy that code but Excel file is getting downloaded but it is blank
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-15-2022 11:37 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-08-2024 08:51 AM
Hi @Vasantharajan N is there any way to mention the view name ,like i don't to download all the fields I only wants that specific fields get downloaded