# Setup

> To successfully establish a connection and send requests to the SAP SuccessFactors API, the [SuccessFactors Scope](https://docs.uipath.com/activities/other/latest/legacy-integrations/successfactors-scope) activity must complete authentication using the supported [OData API authentication](https://help.sap.com/viewer/f0a201cdb56d44e9823a3db3539a5d4f/Cloud/en-US/c6174a84455243df86edff3f3f99aad5.html#loiod778f11fcbd348f681fd7a472aafe17f) using basic or OAuth 2.0 flows.

To successfully establish a connection and send requests to the SAP SuccessFactors API, the [SuccessFactors Scope](https://docs.uipath.com/activities/other/latest/legacy-integrations/successfactors-scope) activity must complete authentication using the supported [OData API authentication](https://help.sap.com/viewer/f0a201cdb56d44e9823a3db3539a5d4f/Cloud/en-US/c6174a84455243df86edff3f3f99aad5.html#loiod778f11fcbd348f681fd7a472aafe17f) using basic or OAuth 2.0 flows.

To give the **SuccessFactors Scope** activity the ability to authenticate and to enable the other activities to successfully send requests to SAP SuccessFactors API, you must complete the following steps:

After establishing a connection, a parent SuccessFactors Scope activity can output a record of the connection in a SuccessFactors Connection object (**SuccessFactors Connection**) that you can use in subsequent child scope activities.

1. Create an Integration Key.
2. Build your project.

   ![docs image](https://dev-assets.cms.uipath.com/assets/images/activities/legacy-integrations-docs-image-179540-da754d24-6373acfe.webp)

## Steps

### 1. Create an Integration Key

The following input properties are required in the **SuccessFactors Scope** activity:

Follow the [Authentication for OData API](https://help.sap.com/viewer/f0a201cdb56d44e9823a3db3539a5d4f/Cloud/en-US/c6174a84455243df86edff3f3f99aad5.html#loiod778f11fcbd348f681fd7a472aafe17f) steps to create either one of the following:

1. An application and to obtain a (**Client ID**) and (**Client Secret**) and use these values instead of authenticating with OAuth.
2. HTTP Basic Authentication using a (**Username**) and (**Password**).

### 2. Build your project

1. Create a new automation project.
   1. Open **UiPath Studio**.
   2. Under **New Project**, click **Process** (this opens a **New Blank Process** window).
   3. Enter a project **Name**, **Location**, and **Description**.
   4. Click **Create**.
2. Install the **UiPath.SAP.SuccessFactors.Activities** package.
   1. In the **Design** ribbon, click **Manage Packages** (this opens the **Manage Packages** window).
   2. Under **All Packages**, click **Connect**.
   3. In the **Search** bar, enter *SuccessFactors*.
   4. Click, install and accept the license for the **UiPath.SAP.SuccessFactors.Activities**.
      * For more information about Uipath Studio packages, see [Managing Packages](https://docs.uipath.com/studio/docs/managing-activities-packages) in the Studio Guide.

You're done!

Now that you have completed the setup, you can start adding the SAP SuccessFactors activities to your project.

To learn more about the SAP SuccessFactors activities (including example property inputs/outputs), see the [Activities](https://docs.uipath.com/activities/other/latest/legacy-integrations/successfactors-activities) page for a complete activity list and links to the activity detail pages.
