Руководство пользователя Отмена

Adobe Sign for SAP SuccessFactors: Recruiting Installation Guide

  1. Интеграции Adobe Acrobat Sign
  2. Новые возможности
  3. Версии и жизненный цикл продуктов
  4. Acrobat Sign для Salesforce
    1. Установка пакета
    2. Настройка пакета
    3. Руководство пользователя
    4. Руководство разработчика
    5. Руководство по расширенной настройке
    6. Руководство по сопоставлению и шаблонам полей
    7. Руководство пользователя мобильного приложения
    8. Руководство по автоматизации потоков
    9. Руководство для Document Builder
    10. Настройка больших документов
    11. Руководство по обновлению
    12. Заметки о выпуске
    13. Часто задаваемые вопросы
    14. Руководство по устранению неполадок
    15. Дополнительные статьи
  5. Acrobat Sign для Microsoft
    1. Acrobat Sign для Microsoft 365
      1. Руководство по установке
    2. Acrobat Sign для Outlook
      1. Руководство пользователя
    3. Acrobat Sign для Word/PowerPoint
      1. Руководство пользователя
    4. Acrobat Sign для Teams
      1. Руководство пользователя
      2. Руководство по Live Sign
      3. Руководство пользователя мобильных приложений
      4. Заметки о выпуске
      5. Разрешения Microsoft Teams
    5. Acrobat Sign для Microsoft PowerApps и Power Automate
      1. Руководство пользователя
      2. Заметки о выпуске
    6. Соединитель Acrobat Sign для Microsoft Search
      1. Руководство пользователя
      2. Заметки о выпуске
    7. Acrobat Sign для Microsoft Dynamics
      1. Обзор
      2. Dynamics Online: Руководство по установке
      3. Dynamics Online: Руководство пользователя
      4. Dynamics On-Prem: Руководство по установке
      5. Dynamics On-Prem: Руководство пользователя
      6. Руководство по рабочему процессу Dynamics
      7. Dynamics 365 для Talent
      8. Руководство по обновлению
      9. Заметки о выпуске
    8. Acrobat Sign для Microsoft SharePoint
      1. Обзор
      2. SharePoint On-Prem: Руководство по установке
      3. SharePoint On-Prem: Руководство по сопоставлению шаблонов
      4. SharePoint On-Prem: Руководство пользователя
      5. SharePoint On-Prem: Заметки о выпуске
      6. SharePoint Online: Руководство по установке
      7. SharePoint Online: Руководство по сопоставлению шаблонов
      8. SharePoint Online: Руководство пользователя
      9. SharePoint Online: Руководство по сопоставлению веб-форм
      10. SharePoint Online: Заметки о выпуске
  6. Acrobat Sign для ServiceNow
    1. Обзор
    2. Руководство по установке
    3. Руководство пользователя
    4. Заметки о выпуске
  7. Acrobat Sign для HR ServiceNow
    1. Руководство по установке
  8. Acrobat Sign для SAP SuccessFactors
    1. Руководство по установке панели (не используется)
    2. Руководство по установке средства для помощи в найме кадров (не используется)
    3. Руководство пользователя средства для помощи в найме кадров
    4. Руководство по установке Cloud Foundry
    5. Заметки о выпуске
  9. Acrobat Sign для Workday
    1. Руководство по установке
    2. Краткое руководство
    3. Справочник по конфигурации
  10. Acrobat Sign для NetSuite
    1. Руководство по установке
    2. Заметки о выпуске
  11. Acrobat Sign для SugarCRM
  12. Acrobat Sign для VeevaVault
    1. Руководство по установке
    2. Руководство пользователя
    3. Руководство по обновлению
    4. Заметки о выпуске
  13. Acrobat Sign для Coupa BSM Suite
    1. Руководство по установке
  14. Документация для разработчиков Acrobat Sign
    1. Обзор
    2. Веб-перехватчики
    3. Текстовые теги
Примечание.

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: 

  1. Access Provisioning and download the Requisition and Application template.

  2. Add a new field definition in the application template to have it appear on the form.

  3. Add field permission based on implementation method (single-stage or multi-stage). Example Single Stage in the Application template.

  4. Upload the templates in Provisioning and test your changes.

Add a button for saving the offer letter

  1. Export language pack.

    Edit Company settings

  2. Select your language and then select Download default labels.

    It downloads a CSV file that should be adjusted, as shown below.

    Download default labels

  3. Import the updated language pack (.csv) to Provisioning.

    Table
    File that you must upload to provisioning.

Create field for Offer Letter in the Candidate Profile

  1. 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"/>

    (…)

  2. Configure the reportable custom field using these steps:

    1. Navigate to Provisioning > Configure Reportable Custom Fields.
    2. Enter the custom fields defined in the XML file.
    3. Select Save Extended Field Mapping.
    4. 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:

  1. Log in to SAP SuccessFactors using your admin credentials.

  2. Navigate to HomeAdmin Center > Recruiting > Manage Offer Letter Templates.

  3. Select the relevant offer letter template and select Edit

  4. From the top menu of the template, select the image tool icon to add a new image.

  5. 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
    1. Navigate to the adobesign webapp running on the provider sub-account in SCP. 
    2. Copy the Application URL (https://{mycustomdomain}.us2.hana.ondemand.com/AdobeSign)
    SCP Cockpit Application URLs

    To create the Image URL:

    1. Paste the application URL into the URL field (or on a notepad if you prefer)
    2. 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:

    1. Paste the application URL into the URL field (or on a notepad if you prefer)
    2. Append the following to the application URL: /AdobeSign?JobApplication=[[APPLICATION_ID]
      Example: https://{mycustomdomain}.us2.hana.ondemand.com/AdobeSign/AdobeSign?JobApplication=[[APPLICATION_ID]]
  6. 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

  1. Go to Provisioning Applicant Status Configuration > Edit Base.

  2. 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. 

  3. 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.

  4. To use the status in your recruiting process, navigate to Edit Applicant Status Configuration and edit the Status Set marked as 'Default.'

  5. Select Add New, and from the PickList, select the Offer Accepted status and set all the needed options.

    Status from Base

    Edit status settings

    Selectable by:

 Adobe

Получайте помощь быстрее и проще

Новый пользователь?

Adobe MAX 2024

Adobe MAX
— творческая конференция

С 14 по 16 октября очно в Майами-Бич и онлайн

Adobe MAX

Творческая конференция

С 14 по 16 октября очно в Майами-Бич и онлайн

Adobe MAX 2024

Adobe MAX
— творческая конференция

С 14 по 16 октября очно в Майами-Бич и онлайн

Adobe MAX

Творческая конференция

С 14 по 16 октября очно в Майами-Бич и онлайн