How to create a Export PDF button for Problem table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2022 09:06 PM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2022 03:36 AM
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
Regards,
Musab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2022 03:50 AM
im also tried not able to do ,Thank you Raheed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2022 03:52 AM
Hello Exports
Please confirm is it possible .
1.file name when downloading shall be "RCA_Problem-.pdf"
2.Add Title in document "RCA - Root Cause Analysis"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2022 08:03 AM
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