The Adobe Sign for HR Application allows document signature requests to be sent to an Adobe Sign account via the ServiceNow platform using native HR Service functionality. HR Services can be built around requesting a signature via Adobe Sign simply by adding an option to the HR Service.
This document is structured to install the core application, explore options, and expose common troubleshooting tips:
Below are the dependencies to install Adobe Sign for HR:
Required Plugins
Human Resources Scoped App: Core
Human Resources Scoped App: Service Portal
As any other ServiceNow scoped app, the Adobe Sign for HR app must be signed up for / purchased via the ServiceNow store before installation.
There are a few different user roles involved in the processes outlined in this document. The HR and Managed Documents modules both have multiple, specific roles.
Unless you already have formal HR and Managed Document processes in place, it is recommended that a user with HR Admin or system admin roles perform the below steps, since they have access to all actions involved.
For more info, see below:
It is strongly recommended that the application be installed into a test/development environment before installing into production.
Once you have signed up for/purchased the Adobe Sign for HR application, it shows up under the System Applications -> Applications menu in your ServiceNow instance.
Menu:
After installation completes, a new application menu is available in the left navigation panel: Adobe Sign for HR
The sub-menu options are:
Once the Adobe Sign for HR application has been successfully installed, the Adobe Sign - HR Core Updates need to be applied.
These post-install configurations to the Hr Core application must be performed for the application to work.
The steps are outlined in the four expandable bullet points below.
Test and verify that everything works as expected in your test / dev environment before installing into production.
Insert Signature button
When creating an HTML Document Template, the Insert Signature button fills in the ServiceNow signature tag.
Mark Signatures button
The Mark Signatures button on the PDF Template form can be disabled as well, as it not used with the Adobe Sign Application.
These steps can be performed manually by navigating to the UI Actions directly, and manually adding the conditions.
The same process can be followed to hide the “Mark Signature” button. Search for the “Mark Signature” UI Action instead of “Insert Signature”.
Authored for Adobe Sign check box
The additional condition && current.x_adosy_sign_hr_adobe_sign == false (the check box is not checked) was added to the UI actions in order to hide them.
The out of box Sign Document button is presented to the HR Agent after a document has been previewed and generated.
When Adobe Sign is being used, this button is replaced with the Sign With Adobe Sign button, which sends to Adobe Sign for signature.
Make sure the additional condition is added before the semicolon.
A new Task Type of Sign Document With Adobe Sign needs to be added to the HR Task Types.
This needs to be selected on any HR Task Template that is to be used in an Adobe Sign process.
To create this Task Type:
Into this list you need to create a new Task Type.
Select New and create the record as below.
There are two additional fields on the sn_hr_core_document_template table:
As described in the “Insert Signature” and “Mark Signatures” buttons disabled on Document Template section, the Authored for Adobe Sign check box is used to hide / show the buttons that are not needed.
It is also used to hide / show the Form Data Table field, which is used when the document template has been made reportable as described in the Reports section.
These steps can be performed manually by navigating to any Document Template record, and configuring the form layout.
Add the Authored for Adobe Sign and the Form Data Table fields to the Selected slush bucket.
The fields will now be on the form.
Descărcare
Two Service Portal widgets have been created to allow the signer to sign their agreement:
NOTE - This needs to be done from within the HR Service Portal scope.
Navigate to Service Portal > Pages
Find the hrj_ticket_page and open the record
Choose Open in Designer
Select the Adobe Sign HR Ticket Page widget and drag and drop the widget onto the page where you’d like the signer to see it.
Depending on the layout you are currently using, you may need to add a new row to accommodate the new widget.
The exact same process can be followed to add the Adobe Sign HR Task Details widget using the “hri_task_details” page (note in the screenshot above under the Document widget).
There are two roles included with the HR application:
To connect the Adobe Sign application to ServiceNow, an Adobe Sign group or account admin user is required.
A link between ServiceNow and Adobe Sign can be established by clicking the Connect To Adobe link in the Adobe Sign for HR menu.
A status page appears showing that the applications are not connected:
Click Connect to bring up the Adobe Sign login page.
Authenticate to Adobe Sign using your account admin user credentials
Once logged in, the required application permissions are listed in an authentication window.
Click Allow Access to grant these permissions and establish the connection between ServiceNow and Adobe Sign.
NOTE: The authentication happens within a pop-up window. If pop-ups are being blocked by the browser, they need to be unblocked.
The Adobe Sign for HR - Connected message should now be shown, along with the authenticating Adobe Sign and ServiceNow accounts.
If you need to connect the services using a different user, click the Re-Connect button to authenticate as the new user.
NOTE - There is a known bug with the Safari browser where the window does not refresh.
In this case, the pop-up needs to be cleared and the window manually refreshed.
Testing can be performed by using one of the example services.
If connected, and the logged in user has the appropriate roles, then the example should execute correctly. The Adobe Sign application only needs a valid connection to Adobe Sign to function.
Reference the Support & Troubleshooting section for help.
A few custom components have been created specifically for the Adobe Sign for HR application:
NOTE - This related list needs to be added to the HR Case view, which is explained in the Manual Options section.
NOTE - The “Adobe Sign: Enable for Case” Case Option activates / deactivates this button.
If the case option is not present on the HR Service, then the button will not be present. This is explained in more detail in the Services section.
NOTE - This button is activated by adding the Adobe Sign: Send with Preview case option to the HR Service Configuration record.
When clicked, the agent is directed to the Adobe Sign "Send" page where they can make changes.
Out of the box, the HR case remains in the Work In Progress state, even after the signature has been received.
In order to make it easier for an HR agent to know the case is ready to be reviewed / closed, the agreement signature state can be added to the HR Case default list view.
This field reacts to the state of the Adobe Sign agreement and shows the Adobe Sign signature state accordingly.
To add to the default view, navigate to the HR Case list view as an Admin
Right-click on the header and choose Configure > List Layout
Add the Agreement.Signature state field to your Selected list view
Users need to click the cog icon and Reset columns to default in order to update their view and see the new field.
The above steps set the default view to show the Signature State field, but you can also create a custom view and a view rule that creates a view which can only be seen by users with the ServiceNow roles.
Navigate to the Customize List Layout form as above, but this time, select New in the View Name drop-down field.
Name your new view and save. You should be in the new view.
By default, the fields in use in the default view are already selected.
Change fields as needed, and then save the view.
You should now see your new view as a selection in the view header drop-down
A view rule can be created to hide the new view from everyone except Adobe Sign users
Navigate to System UI > View Rules
Create a new rule against the HR Core Case table (make sure you are in the Human Resources: Core scope), and restrict the view by role.
NOTE - Restricting by role is done via script using the “advanced” option. The process outline, as well as an example code snippet, can be found here
The end result / script should look something like the screenshot below.
Right-click the header and choose Configure > Related Lists
Move the Adobe Signers related list from the Available column to the Selected column.
You also need to add the Sender role to any groups that need to see the related list.
Once added to the HR Case, new signers can be added, along with the signing order changed.
Adobe Sign HR Services has been created to demonstrate how the functionality works and how it can be used to create new services or added to existing ones. These provide end-to-end examples of how HR Services need to be set up in order to leverage the Adobe Sign for HR Application.
There are three example HR Services that have been provided, showing the Adobe Sign functionality. They are listed under the Adobe Sign HR Services menu. Each service has its own Case template and document, as explained below.
Links to the ServiceNow documentation around each component are included below.
HR Service “case options” have been added that trigger the Adobe Sign related components to be shown during the process.
New documents can be added via the Managed Documents module (PDF’s) and via the HR Document Templates module (HTML based). Both methods allow the document to be used with Adobe Sign to obtain signatures.
The managed documents module allows the upload of a new PDF document that can be used as the foundation of a new HR Service.
The basic steps are outlined below, and more information on Managed Documents can be found here
Navigate to the Managed Document Module and select Create New
Fill in the details of the document and submit the record.
NOTE - In order for the document to be visible to HR and to be used with Adobe Sign, the Department field must be set to HR.
Also, note that this field needs to be populated before submitting. Once the record has been submitted, the department field is read-only.
Once submitted, the PDF file can be uploaded using the Upload/Check In Revision UI action at the bottom of the record.
Upload the desired PDF and save via the pop-up window.
NOTE - The name of the uploaded document will be changed to the name specified in the Upload/Check step below.
A Document Revision record is created, which includes the attachment in Draft mode.
Since the document is still in Draft, it is not ready to use yet. It needs to be submitted for review and then published.
Open the revision record and click on the Submit Revision button
This moves the document along to the Ready for Publishing stage.
Open the revision record once more, and click the Publish Revision button
A pop-up appears, allowing the revision name or number to be changed if desired.
Click Publish
Navigate to HR Administration > Document Templates
The managed document should be available for creating a document template to use under an HR Service.
Click the New button.
Choose PDF Document Template
The Document revision field can be populated with the newly created document
An HR Document Template can also be HTML based and can be used for Adobe Sign signatures in the same way as a Managed Document.
There are a few out of the box examples included with the HR module for reference, such as the “Sample Education Agreement” template, that shows the basic idea of an HTML document.
Navigate to HR Administration > Document Templates
Choose an HTML based document.
NOTE - Make sure the template chosen is an HR Document Template to see the HTML.
A type of HR PDF Template is generated from a PDF as described in the previous section and does not have HTML associated with it.
Any field associated with the table chosen can be added to the document as a variable.
In our simple example document below, the subject_person is added as a variable from the HR Case table.
When this template is used, the variable is filled with the name in the subject_person field on the case.
Other user information can be pulled from the HR User profile.
To add an Adobe Sign signature to an HTML based document template, Adobe Sign tags need to be added.
The process is outlined below using the same example document as above.
Note the highlighted line in the screenshot above.
When sent to Adobe Sign, this becomes a signature field and is placed in the document at that exact spot.
There are different types of tags creating different kinds of fields with a wide array of configuration options.
Once an agreement is signed, it is downloaded as a PDF, and attached to the parent HR Case record.
In addition to the PDF, the form data of the transaction has been included on the Agreement record as well as placed in the Adobe Sign Form Data table.
The table can be leveraged by an admin to create detailed reports around the data within the signed records.
For more detailed reporting, tables extending the base table can be built and reported on (against a specific document template, for example).
Navigate to System Definition > Tables & Columns
Click Create Table
Create a new table that extends the Adobe Sign Form Data table, and uncheck Create Module
NOTE - This is optional. If you would like admins to be able to navigate to this table via the left-navigation menu, then create a module and place in the Adobe Sign for HR menu.
Once the table has been created, add the columns that correspond to the document field names.
NOTE - The column names need to match the document field names exactly and need to be of type “string”, as the data returned for that field will be placed in the column as a string. If the data isn’t in the columns as you expect, make sure the names match exactly and types are “string”.
You can then navigate to the HR Document Template that you would like to report on, and add the table to the Form Data Table field, which is visible when the Authored for Adobe SIgn check box is checked.
Now, any HR service that uses this template will push data to the table noted in the Form Data Table field and case reported on and/or added to a dashboard.
Help documentation is included on the admin menu. The below website also provides support contact information
Below are a few common issues that may come up during set up and usage of the Adobe Sign for HR application:
Adobe Sign specific buttons and components are not visible or working
Make sure that the new Adobe Sign HR Service Case options have been added to the HR Service. They are the trigger for turning on the Adobe Sign functionality for any particular HR Service.
Connection Error when you visit the “Connect to Adobe Sign” link
If you try to connect and see the Not Connected screen, then you need to reconnect following the procedures outlined in Establish the OAuth connection
If you see the access_denied screen, the Adobe Sign account you are using may not have rights to connect from ServiceNow.
Contact Adobe Support and verify that the account has the needed permissions.
Adobe Sign window never shows when connecting to the Adobe Sign account
The connect window is a pop-up and may be blocked by some browsers. Make sure that pop-ups are not being blocked.
Connection pop-up doesn't refresh
Apple Safari has a known bug that will cause this window to freeze / not refresh. If using Safari, close the pop-up and manually refresh the window. Once refreshed, you should see the new connection status.
Tasks / Participant records do not set to “Ready” or “Out For Signature”
Make sure your Adobe Sign account is connected. The state changes of the records are dependent on receiving data back from Adobe Sign. If the connection is not there, then you will not receive the trigger to change states.
Menu options are / are not visible for users
Make sure all users who need access to the application have the correct roles assigned to them. If you are using groups, make sure that they also have the needed roles attached to them.
NOTE - The HR and Managed document modules have their own respective roles associated with them. In order to perform certain functions, an Adobe user may also need additional roles from those modules.
Most actions can be performed by a user with the “HR Admin” role.
When an agent uses the “Send to Adobe Sign” button, they receive an error around the email address
Make sure that the user who is set as the signer has a valid email address. Upon submission, the username and email addresses are checked.
HR Tasks are in draft mode / The “Send to Adobe Sign” button never shows
Make sure you have previewed and generated the PDF document. It will be attached to the parent Case if so. This document is the trigger to show the button.
Once the document has been sent to Adobe, the task state should change to ready, and the task will be available in the HR portal for the signer to act on.
“Adobe Signers” related list isn’t there on the HR Case record
Make sure that the user / group that cannot see the related list has the “sender” role. This related list is only visible when the role is present.
Conectați-vă la cont