How to change default PDF name
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2018 11:51 PM
Hi,
I am using PDF export functionality on SP Widget. This is the code I am using:
data.ticketPrint = data.table + '.do?PDF&sys_id=' + data.sys_id + '&sysparm_view=default';
It is generating PDF that is named after the table, but customer wants to personalise that name. Can anybody tell me how to achieve that?
Thanks,
Aneta
Labels:
- Labels:
-
Service Portal Development
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2018 03:07 AM
Thanks Corina,
I'll open ER myself as suggested, but I'll keep monitoring this questions in case somebody finds a way to do it.