How to create a Export PDF button for Problem table

akin9
Tera Contributor

Hello exports

I have created a UI action in problem table for download PDF .

but My current UI Action.

function exportPDF() {

var sysparm_table = g_form.getTableName();
var sysparm_sys_id = g_form.getUniqueValue().toString();
var instanceName = 'https://My instance name/';
var url = instanceName + sysparm_table + '.do?PDF&sys_id=' + sysparm_sys_id;
g_navigation.openPopup(url);


}

 

I have below requirements I'm struggling here to achieve pls support.

1.file name when downloading shall be "RCA_Problem-.pdf"

2.Add Title in document "RCA - Root Cause Analysis"

3.Add fixed Agenda on first page (if possible).

 

Thank you

8 REPLIES 8

I don't think that's possible, you can whatever you want in View but other than that I don't think you can do modification

Please hit like and mark my response as correct if that helps
Regards,
Musab

im also tried not able to do ,Thank you Raheed.

 

 

akin9
Tera Contributor

Hello Exports 

@Ankur

Please confirm is it possible .

 

1.file name when downloading shall be "RCA_Problem-.pdf"

2.Add Title in document "RCA - Root Cause Analysis"

akin9
Tera Contributor

Hello Exports 

already Rasheed confirmed its not possible

Any other  Please confirm is it possible ??  plesae support

 

1.file name when downloading shall be "RCA_Problem-.pdf"

2.Add Title in document "RCA - Root Cause Analysis"

 

 

Thank you