Integrate the ServiceNow instance with your SuccessFactors spoke instance using basic credentials.

Before you begin

  • Request an Integration Hub subscription.
  • Activate the SuccessFactors spoke.
  • Enable these system properties:
    • glide.pf.rest.response_payload_max_size: The maximum value is, 10240.
    • com.snc.process_flow.reporting.serialized.val_size_limit: The maximum value is, 16384.
    • com.glide.transform.json.max-partial-length: The maximum value is, 65536.
  • Role required: admin.
Note: SuccessFactors will be deprecating basic authentication by Nov 2026 and hence, everyone must use OAuth SAML, which SuccessFactors spoke v4.5.1 supports.
  • If you are installing the SuccessFactors spoke for the first time, install SuccessFactors spoke v4.5.1. For more information about setting up SuccessFactors spoke v4.5.1, Set up the SuccessFactors spoke v4.x.x.
  • If you are using an earlier version of the SuccessFactors spoke, migrate to SuccessFactors spoke v4.5.1. For more information, see Migrate to SuccessFactors spoke v4.5.1.

Create Credential record for the OData API

Create Credential record for the OData APIs in SuccessFactors. The SuccessFactors spoke connection and credential alias uses these credentials to authorize actions using the OData API.

Procedure

  1. Navigate to Connections & Credentials > Credentials.
  2. Click New.
    The system displays the message What type of Credentials would you like to create?.
  3. Select Basic Auth Credentials.
    A blank Basic Auth Credentials form displays.
  4. On the form, fill these values.
  5. Click Submit.

Result

The credential record to authorize actions using the OData API is created.

Create Credential record for the SOAP API

Create Credential record for the SOAP APIs in SuccessFactors. The SuccessFactors spoke connection and credential alias uses these credentials to authorize actions using the SOAP APIs.

Procedure

  1. Navigate to Connections & Credentials > Credentials.
  2. Click New.
    The system displays the message What type of Credentials would you like to create?.
  3. Select SuccessFactors SOAP Credentials.
    A blank SuccessFactors SOAP Credentials form displays.
  4. On the form, fill these values.
  5. Click Submit.

Result

The credential record to authorize actions using the SOAP API is created.

Create Connection record for the OData API

Create a Connection record for the OData API in SuccessFactors. The SuccessFactors spoke connection and credential alias uses these connections to perform actions in SuccessFactors.

Procedure

  1. Navigate to Connections & Credentials > Connection & Credential Aliases.
  2. Open for the record for SuccessFactors OData API, for example, SuccessFactors_Odata.
  3. From the Connections tab, click New.
    The system displays a blank HTTP(s) Connection form.
  4. On the form, fill these values.
  5. Click Submit.

Result

The connection record for the OData API in SuccessFactors is created.

Create Connection record for the SOAP API

Create a Connection record for the SOAP API in SuccessFactors. The SuccessFactors spoke connection and credential alias uses these connections to perform actions in SuccessFactors.

Procedure

  1. Navigate to Connections & Credentials > Connection & Credential Aliases.
  2. Open for the record for SuccessFactors SOAP API, for example, SuccessFactors_Comp_Emp.
  3. From the Connections tab, click New.
    The system displays a blank HTTP(s) Connection form.
  4. On the form, fill these values.
  5. In the Attributes tab, provide these fields.
    Field Description
    Company Id Immutable Company ID of your SuccessFactors instance.
    Flow Timeout (seconds) Maximum time in seconds up to which data can be received from SuccessFactors during the flow execution. If the time taken to retrieve data from SuccessFactors exceeds the timeout duration, the flow or subflow is cancelled. Default value is, 30.
  6. Click Submit.

Result

The connection record for the SOAP API in SuccessFactors is created.

Synchronize data between SuccessFactors and ServiceNow

Customise the sample flows as per your requirement to synchronize data between your SuccessFactors and ServiceNow instances.

Todo entity

The SuccessFactors spoke provides sample flows to synchronize data bi-directionally for the todo entity. The sample flow, Run SuccessFactors Integration Flow can customised to retrieve data from SuccessFactors, while the Create Todo and Update Todo flows creates or updates the todo records in SuccessFactors when events occur in ServiceNow. While customising the sample flows, ensure that you provide appropriate triggers to retrieve and save future updates using transform maps.

Other default entities

For these entities, the sample flow, Run SuccessFactors Integration Flow, can be customised to retrieve data from SuccessFactors:
  • Department
  • Location
  • Job Profile
  • Workers Profile
  • Effective Workers Profile
  • Job History Including Secondary Assignments

To create or update records in SuccessFactors for these entities when events occur in ServiceNow:

  • Create flows or subflows as per your choice or customise the sample flows and subflows.
  • Use Metadata Retrieval and Record Management actions in your flows.
  • Ensure that you provide appropriate triggers to retrieve and save future updates using transform maps.

Other SuccessFactors entities

Depending on the SuccessFactors permissions and configurations, you can also synchronize data of other entities as per your requirement.