UI Action -Print to PDF
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2023 10:52 PM
Morning Team,
W have a requirement to Create a UI action to PRINT To PDF, I have done something but not getting expected result .
Could you Please help me with it .
script is
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2023 11:14 PM
Hi @pramn
Have you tried this trick?
var url = g_form.getTableName() + '.do?sys_id=' + g_form.getUniqueValue() + '&PDF';
g_navigation.open(url);
Let me know if it works for you
Cheers,
Tai Vu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2023 11:27 PM
do i need to add this code in my code ? please help me with it ..my background is not development ...so looking for the help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2023 11:33 PM
Sure there you go!
UI Action:
OOTB Export
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2023 12:41 AM
Thanks ,
Thats working for me now ...but the problem is when ever i am opening the new record its every time its getting auto downloaded .
Please help me to fix this