Skip to content

Commit 8035581

Browse files
Merge pull request #230786 from cmmdesai/patch-13
Updated status code for onboarding users
2 parents be1087e + 91f9ff8 commit 8035581

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

articles/active-directory/app-provisioning/sap-successfactors-integration-reference.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ The SuccessFactors connector supports expansion of the position object. To expan
379379
| positionNameDE | $.employmentNav.results[0].jobInfoNav.results[0].positionNav.externalName_de_DE |
380380

381381
### Provisioning users in the Onboarding module
382-
Inbound user provisioning from SAP SuccessFactors to on-premises Active Directory and Azure AD now supports advance provisioning of pre-hires present in the SAP SuccessFactors Onboarding 2.0 module. Upon encountering a new hire profile with future start date, the Azure AD provisioning service queries SAP SuccessFactors to get new hires with one of the following status codes: `active`, `inactive`, `active_external`. The status code `active_external` corresponds to pre-hires present in the SAP SuccessFactors Onboarding 2.0 module. For a description of these status codes, refer to [SAP support note 2736579](https://launchpad.support.sap.com/#/notes/0002736579).
382+
Inbound user provisioning from SAP SuccessFactors to on-premises Active Directory and Azure AD now supports advance provisioning of pre-hires present in the SAP SuccessFactors Onboarding 2.0 module. Upon encountering a new hire profile with future start date, the Azure AD provisioning service queries SAP SuccessFactors to get new hires with one of the following status codes: `active`, `inactive`, `active_external_suite`. The status code `active_external_suite` corresponds to pre-hires present in the SAP SuccessFactors Onboarding 2.0 module. For a description of these status codes, refer to [SAP support note 2736579](https://launchpad.support.sap.com/#/notes/0002736579).
383383

384384
The default behavior of the provisioning service is to process pre-hires in the Onboarding module.
385385

@@ -388,7 +388,12 @@ If you want to exclude processing of pre-hires in the Onboarding module, update
388388
1. Under show advanced options, edit the SuccessFactors attribute list to add a new attribute called `userStatus`.
389389
1. Set the JSONPath API expression for this attribute as: `$.employmentNav.results[0].userNav.status`
390390
1. Save the schema to return back to the attribute mapping blade.
391-
1. Edit the Source Object scope to apply a scoping filter `userStatus NOT EQUALS active_external`
391+
1. Edit the Source Object scope to apply a scoping filter `userStatus NOT EQUALS
392+
393+
394+
395+
396+
`
392397
1. Save the mapping and validate that the scoping filter works using provisioning on demand.
393398

394399
### Enabling OData API Audit logs in SuccessFactors

0 commit comments

Comments
 (0)