Related List action on workspace to export in a specific view

indu13
Tera Contributor

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

indu13
Tera Contributor

@Chuck Tomasi Can you please suggest me on the above scenerio?