Add signature in the document template.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
5 hours ago
Hi Community,
I have requirement where actual signed signature picture is provided by the user.
In the document template, when signature is being requested then the provided picture should get inserted at the signature box.
Any guidance on how can we achieve this.
Thanks in advance !
- Labels:
-
Human Resources Service Delivery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
5 hours ago
this KB explains
E-Signature/Document Template FAQ
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
5 hours ago
Hi @Ankur Bawiskar
Thanks for the reply.
But the link provided by you talks about adding manually signature.
In my case, I have to insert the pic of signature when sign is requested.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
5 hours ago
then you can use Document template script and add the image in the position you want by grabbing sys_attachment record
what did you start with and where are you stuck?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
I am stuck at place exactly where I have to add this as html src.
If i will add this as Image in HTML Body, then every-time it will be visible, right?