How to do E-Signature/sign a document in HR tasks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-17-2023 03:36 AM
hello,
I have a lifecycle event and in that event there is an activity in one activity set. In the activity a HR service will be triggered and under that HR service there will be a HR task generated. In that HR task, I need the subject person to sign a document. Once document is signed, signature will be embedded in the HR task and HR case created from that HR service.
I know this is possible in hr case level but is it possible in HR task level.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-17-2023 04:55 AM - edited ‎12-17-2023 04:57 AM
Hi @swaghosh ,
Please refer below link: ServiceNow - Creating E-Signature for HR Document (youtube.com)
Get more insights: E-Signature/Document Template FAQ - Support and Troubleshooting (servicenow.com)
Please mark helpful & accept answer if it's helpful for you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-29-2023 12:50 PM - edited ‎12-29-2023 12:53 PM
We were not ever able to do this at a HR Task level.
We were able to accomplish this by doing the following:
- Create your Document Template [sn_doc_template] (PDF or HTML).
- Note that this is NOT an HR Document Template [sn_hr_core_document_template]. If you can not find this check that you have the "Document Templates" application installed.
- Set the `Table` of the Document Template to either HR Case [sn_hr_core_case] or a more specific CEO table if you need (like the one you plan to use for your HR Service)
- Fill out other fields as required
- Create your HR Template [sn_hr_core_template]
- Set the `Document Template` field to the one you created in step 1
- Set the table to the same table specified in the Document Template or a child table of it.
- Fill out other fields as required
- Create your HR Service [sn_hr_core_service]
- Set the `CEO` (via the `Topic detail` field) to the same table specified in the HR Template or a child table of it.
- Decide how/when you want the Document and signing tasks to be generated (Automatically when case `State` is set to "Ready" or manually via UI Actions. Add "Automatically Initiate Document Tasks" to the `Case options` field if desired. See: https://docs.servicenow.com/csh?topicname=task-mapped-participants.html&version=latest
- Save to stay on new HR Service form
- Set the `Template` to the HR Template created in step 2
- Fill out other fields as required
- Create your Activity [sn_hr_le_activity] in your Lifecycle Event
- Set `Activity type` to "Fulfiller"
- Set `Fulfiller activity` to "HR Service"
- Set `HR service` to the one created in step 3
- Fill out other fields as required
When all the Document Tasks are complete the generated document will be attached to the Case created by the Activity from step 4.
One thing to be aware of is that the task to Sign a document will not be a HR Task [sn_hr_core_task] but will be a Document Task [sn_doc_task]. This is be design and required since their are fields and flows associated with Document Tasks. The parent of the Document Task will still be the Child HR Case of the LE Case.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-15-2025 04:26 AM
nope not working!