Export to PDF UI Action
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-08-2012 08:42 PM
Hi Everyone,
Can you please tell me how to create a UI Action(Export to PDF) on ESS Portal for exporting the form(UI Page) in PDF Format, Actually we have to give functionality to user to extract the form from ESS Portal related to certain category and then use it in PDF Format.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-11-2018 10:53 AM
I am unable to find the form context menu (the UI action) for export to pdf. I want to simply change the export to pdf form context menu UI action to a form button UI action so my end users can press the button instead. This would be easier than right-clicking and more intuitive. How do I do this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-20-2020 08:05 AM
I know this is an posting but I was asked to build a UI Action. Above UI action needs to be modified as follows to work now:
function exportToPDF()
{
var sysparm_table = g_form.getTableName();
var sysparm_sys_id = g_form.getUniqueValue().toString();
var url = sysparm_table + '.do?PDF&sys_id=' + sysparm_sys_id;
location.replace(url);
}

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-08-2020 08:20 PM
Please help me to find answer for below my requirement
Assessment conclusions are present in the pdf export file for BAs of type External. That should not be the case
Correct this and include assessment if the pdf export file holds correct information for BA types
GxP(Healthcare) and In scope for GDPR to be developed first to avoid need for two clean up sessions