Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

create ui action to download incident form values in excel

abhi159
Kilo Sage

create ui action to download the incident form values in excel sheet

3 REPLIES 3

Samaksh Wani
Giga Sage

Hello @abhi159 

 

Create a UI Action and add the below script into it.

 

g_navigation.open('/' + tableName + '_list.do?EXCEL&sysparm_view=ess', '_blank');

 

Plz mark my solution as Accept, If you find it helpful.

 

Regards,

Samaksh

i tried but not working shows error in this line

 

Hello @abhi159 

 

Pls show the screenshot of the error.