Related List action on workspace to export in a specific view
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2024 01:29 AM - edited 06-25-2024 09:42 AM
Hi Team,
I want to replicate the existing export related list action functionality on workspace but in a specific view (export created for that table). Can any one please suggest on it.
I have tried to use the client script as below but it doesn't support -
var view = "export";
var dialog = new GwtPollDialog('sn_shop_invoice_line', query,0, view, 'unload_excel_xlsx');
dialog.execute();
We are getting the console error when this is implemented.
Thanks,
Indu
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2024 06:17 AM
@Chuck Tomasi Can you please suggest me on the above scenerio?