Export to PDF UI Action

abhijats
Tera Expert

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.

27 REPLIES 27

D_27
Giga Contributor

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?

verda
Mega Expert

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);
}

 

NARAYANASAMY SE
Kilo Contributor

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