Is it possible to download a PDF from the Mobile Agent App using an Action Function?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2024 05:22 PM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2024 12:44 AM
is this issue resolved for you as i have the same requirement. Can you let me know with the fix