- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-01-2022 10:06 AM
Hello,
I am trying to create a background process that can create a PDF of a record and then attach that PDF to that same record. The way I am currently going about that is by using a Script Include function that will be passed the sys_id of the record that needs to be turned into a PDF. I would then like to access an HTML Template I created and populate it with data using the Script Include. However, I cannot find any documentation for working with HTML Templates within a Script Include. Is this possible?
As an FYI, this application does not have HR Service Delivery.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-10-2022 07:11 AM
I found the documentation at the following link addresses my issues. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-01-2022 11:55 PM
Not sure but what if you create an email template and gliderecord to that email template in your script include?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-10-2022 07:11 AM
I found the documentation at the following link addresses my issues. Thanks!