How to add parent RITM as a pdf along with Variables on email
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
17m ago
Hi Community,
I have requirement to add parent RITM along with variable as a pdf on email
how to achieve this with email script?
use below code in email script but it will generate pdf with fields only not variables :-
var pdfLink = gs.getProperty('glide.servlet.uri') + 'sc_req_item.do?PDF&sys_id=' + current.sys_id;
template.print('<a href="' + pdfLink + '">Click here to download RITM PDF</a>');
Thank you in Advance!
Thank you in Advance!
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
6m ago
Hi @shweta14
Refer these community posts:
Generate PDF file for catalog variables and attach it to RITM
Generate PDF and attach to the record
