Is it possible to download a PDF from the Mobile Agent App using an Action Function?

cifuentesla
Kilo Contributor

I'm developing a button for the Mobile Agent that when an incident is closed you can download the PDF for signature.

 

Current function for Incident's form view.

 

function onClick(g_form) {
	g_modal.showFrame({
        url: '/ui_page.do?sys_id=ed3861854762b5105c2c4391516d4331&table=incident&record_id=' + g_form.getUniqueValue(),
        title: 'Vista previa de PDF',
        size: 'lg',
        height: 700
    });

 

1 REPLY 1

Simona6
Tera Contributor

is this issue resolved for you as i have the same requirement. Can you let me know with the fix