How to configure native esignature on catalog task
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2025 05:05 AM
Hello ALL,
My requirement is to convert submitted service request into PDF document and send the PDF to the user for esigning the document once signed submit it for approval.
I have activated com.snc.esign this plugin
configured E-signature template , configured Document template (I have question on document template which document to upload on dms_document table ? as we would be converting the request into PDF)
Kindly assist with the further configuration steps.
Best Regards,
Meenal Gharat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2025 10:52 PM
Hello @Meenal Gharat,
-
1. Activate the e-signature plugin:Ensure the
com.snc.esign
plugin is activated in your ServiceNow instance. -
2. Configure E-signature Templates:Create and configure E-signature templates in the
sn_esign_esignature_configuration
table. These templates define the document type and signature settings. -
3. Manage Documents:Ensure the document to be signed is a managed document (dms_document) in the published state.
-
4. Set up the Catalog Task:
- Assign To: Fill in the "Assigned To" field with the user who will sign the document.
- State: Change the task state to "Work in Progress".
- E-signature Template: Select the appropriate e-signature template.
- E-signature Document: Select the managed document to be signed.
- Assign To: Fill in the "Assigned To" field with the user who will sign the document.
-
5. Verify Visibility:The "Sign Document" button should be visible in the header of the catalog task for the assigned user if all steps are followed correctly.
-
6. Consider Portal Access:If you need users to sign documents via the Service Portal, you'll need to create a widget with the "e-sign-task" widget embedded in it and configure it to pass the task's sys_id.
- The assigned user should have the necessary e-signature roles assigned.
- The "E-signature Document" should not de-populate when the task is viewed by the assigned user.
- The "E-signature" application allows users to sign documents with typed, drawn, or credentialed signatures.
OR Please refer to the link below:
https://www.servicenow.com/docs/bundle/vancouver-servicenow-platform/page/product/human-resources/co...
If it is helpful, please hit the thumbs up icon and accept the correct solution by referring to this solution in future it will be helpful to them.
Thanks & Regards,
Abbas Shaik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2025 11:39 PM
Hello Abbas,
Thank you for replying.
I have configured document management but it gives me static(same pdf everytime on the form) as per my requirement I need to convert the submitted catalog form into pdf and that PDF need to send for signing to the requested for user.
I have configured Document template but how to link that under esignature template ?
Also, can you help with widget script as I do not have much experience on Portal
Thank you for your time !
Best Regards,
Meenal Gharat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2025 02:27 AM
How can I use attach PDF in RITM for esigning?