- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2020 08:40 PM
Hi,
We have a requirement to create task to e-sign PDF document. once the user e-sgin the document, signature should be visible on PDF document.
I have created a document under 'dms_document' table to upload PDF doc and published it. Then i created a e-signature template and called that document in it.
I have created a child task(service activity) to sign document. Task is creating and once employee sign document and accept it, signature is getting store under 'e-signature History' related list of task.
Signature is not showing on PDF Doc.
Could anyone please help on this.
Thanks in advance.
Regards,
Pinki
Solved! Go to Solution.
- Labels:
-
Employee Document Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2020 05:07 AM
Hi Pinki
HR Template is always populated when HR case of that HR service is created.
Following I am sharing my HR Service, HR Template and HR Task template Screenshots that might help you
1. HR Service SS
HR Template SS
3. Service Activity
4. HR Task Template
Compare all above SS with your work.
Please mark as correct if it resolve your issue or let me know if further explanation needed.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2020 09:11 PM
Hello,
Hope this helps
Regards,
JAS

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2020 09:16 PM
I think you'll have call the script include global.GeneralPdfUtils() mergeImageToPdf()
The most complete code I've seen for mergeImageToPdf() is posted here in the community.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2020 03:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2020 09:34 PM
Hi Mike,
Thanks for your response.
I have selected Document type as 'HR Document Template' and E-Signature as 'Signature'. But Document is not showing in HR task after creating case. I am getting error as--'Document is not available'.
If i manually add 'PDF Template' in HR Case, document will be available in HR Task.
How can i auto populate value of 'PDF Template' while creating HR Case.
Regards,
Pinki