Access Provisioning and download the Requisition and Application template.
- Adobe Acrobat Sign Integrations
- What's New
- Product Versions and Lifecycle
- Acrobat Sign for Salesforce
- Install the Package
- Configure the Package
- User Guide
- Enable Digital Authentication
- Developer Guide
- Advanced Customization Guide
- Field Mapping and Templates Guide
- Mobile App User Guide
- Flows Automation Guide
- Document Builder Guide
- Configure Large Documents
- Upgrade Guide
- Release Notes
- FAQs
- Troubleshooting Guide
- Additional Articles
- Acrobat Sign for Microsoft
- Acrobat Sign for Microsoft 365
- Acrobat Sign for Outlook
- Acrobat Sign for Word/PowerPoint
- Acrobat Sign for Teams
- Acrobat Sign for Microsoft PowerApps and Power Automate
- Acrobat Sign Connector for Microsoft Search
- Acrobat Sign for Microsoft Dynamics
- Acrobat Sign for Microsoft SharePoint
- Overview
- SharePoint On-Prem: Installation Guide
- SharePoint On-Prem: Template Mapping Guide
- SharePoint On-Prem: User Guide
- SharePoint On-Prem: Release Notes
- SharePoint Online: Installation Guide
- SharePoint Online: Template Mapping Guide
- SharePoint Online: User Guide
- SharePoint Online: Web Form Mapping Guide
- SharePoint Online: Release Notes
- Acrobat Sign for Microsoft 365
- Acrobat Sign for ServiceNow
- Acrobat Sign for HR ServiceNow
- Acrobat Sign for SAP SuccessFactors
- Acrobat Sign for Workday
- Acrobat Sign for NetSuite
- Acrobat Sign for SugarCRM
- Acrobat Sign for VeevaVault
- Acrobat Sign for Coupa BSM Suite
- Acrobat Sign for Zapier
- Acrobat Sign Developer Documentation
Adobe Sign for SAP SuccessFactors: Recruiting Installation Guide has been deprecated. Refer to the Adobe Sign for SAP SuccessFactors: Cloud Foundry Installation Guide for integrating Adobe Acrobat Sign with SAP SuccessFactors.
SAP SuccessFactors Provisioning
The following topics explain how to install and do provisioning for Acrobat Sign for SAP SuccessFactors: Recruiting.
Add new field for Signed offer letter
You can add a new field in the Recruiter (Job Application) screen to store the signed offer letter. To do so:
-
-
Add a new field definition in the application template to have it appear on the form.
-
Add field permission based on implementation method (single-stage or multi-stage). Example Single Stage in the Application template.
-
Upload the templates in Provisioning and test your changes.
Add a button for saving the offer letter
-
Export language pack.
-
Select your language and then select Download default labels.
It downloads a CSV file that should be adjusted, as shown below.
-
Import the updated language pack (.csv) to Provisioning.
Create field for Offer Letter in the Candidate Profile
-
Modify the "Candidate Profile Template" XML by adding the following lines:
Field definition:
<field-definition sensitive="false" anonymize="false" custom="true" required="false" type="text" id="cust_offerLetter">
<field-label mime-type="text-plain"><![CDATA[Documents ]]></field-label>
<field-label lang="en_GB" mime-type="text-plain"><![CDATA[Offer Letter]]></field-label>
<field-label lang="en_US" mime-type="text-plain"><![CDATA[Offer Letter]]></field-label>
<field-description><![CDATA[Offer Letter ]]></field-description>
<field-description lang="en_GB"><![CDATA[Offer Letter]]></field-description>
<field-description lang="en_US"><![CDATA[Offer Letter]]></field-description>
</field-definition>
Field permissions:
<field-permission type="read"><role-name><![CDATA[Candidate]]>
</role-name><country><![CDATA[*]]></country><source><![CDATA[Internal]]></source>
<field refid="cust_offerLetter"/>
(…)
-
Configure the reportable custom field using these steps:
- Navigate to Provisioning > Configure Reportable Custom Fields.
- Enter the custom fields defined in the XML file.
- Select Save Extended Field Mapping.
- Select Synchronize Existing Data.
If you have added or changed custom Candidate reporting fields, this option updates any reportable data.
Modify offer letter template
To adjust the offer letter template:
-
Log in to SAP SuccessFactors using your admin credentials.
-
Navigate to Home > Admin Center > Recruiting > Manage Offer Letter Templates.
-
Select the relevant offer letter template and select Edit.
-
From the top menu of the template, select the image tool icon to add a new image.
-
To configure the Image Properties, select the Image Info tab and enter the following details:
- Set the Width value to 100%
- Set the Height value to 117
- Set the URL to the account-specific Image URL
- Navigate to the adobesign webapp running on the provider sub-account in SCP.
- Copy the Application URL (https://{mycustomdomain}.us2.hana.ondemand.com/AdobeSign)
To create the Image URL:
- Paste the application URL into the URL field (or on a notepad if you prefer)
- Append the following to the application URL: /Images/Recruiting - Offer Letter.png
Example: https://{mycustomdomain}.us2.hana.ondemand.com/AdobeSign/Images/Recruiting - Offer Letter.png
To create the Link URL:
- Paste the application URL into the URL field (or on a notepad if you prefer)
- Append the following to the application URL: /AdobeSign?JobApplication=[[APPLICATION_ID]
Example: https://{mycustomdomain}.us2.hana.ondemand.com/AdobeSign/AdobeSign?JobApplication=[[APPLICATION_ID]]
-
Select the Link tab and enter the following details:
- Enter the account specific Link URL into the URL field (refer the previous step)
- Set the Target dropdown to Same Window (_self).
Admin Tile
Home Page - V12
Once subscribed, the tile for Recruiting (for Admin login) is automatically available in the homepage:
The Admin Tile's navigation URL must be the same as the Java app URL generated from SAP BTP and should be in the following format:
https://***.cfapps.***.hana.ondemand.com/AdobeAdminRecruiting
Example URL: https://adobesignWeb10384.cfapps.eu10.hana.ondemand.com/AdobeAdminRecruiting
Home Page - V3
Once subscribed, the tile for Recruiting (for Admin login) is automatically available in the SFSF and can be included in the Home Page from the ‘Manage Home Page’ administration. Move the new tile from the Not Used section to the Default section (or to the desired custom section):
Job Application Status Change (optional)
To add a new 'Offer Accepted' status in the Job Application process, go to Provisioning Applicant Status Configuration > Edit Base
-
Go to Provisioning Applicant Status Configuration > Edit Base.
-
Add New Status of Type as In Progress. You must use the exact status name 'Offer Accepted.'
The New status becomes available to add to any of the status sets available for the instance.
-
Go to Provisioning > Applicant Status Configuration > Add New.
The newly created Status set is populated with the system statuses, and you can add further statuses from the base to the pipeline.
-
To use the status in your recruiting process, navigate to Edit Applicant Status Configuration and edit the Status Set marked as 'Default.'
-
Select Add New, and from the PickList, select the Offer Accepted status and set all the needed options.