Symptom
Does EmpWorkPermit support Incremental mode?
"Image/data in this KBA is from SAP internal systems, sample data, or demo systems. Any resemblance to real data is purely coincidental."
Environment
SAP SuccessFactors HXM Suite
Reproducing the Issue
1. Do a query to get current data
Sample response payload:
(country='193'
documentNumber='06
,documentType='10027'
,userId='70004')"
2. Perform the upsert
"country": "178",
"documentNumber": "123",
"documentType": "10045",
"userId": "70004",
"issueDate": "/Date(878774400000)/",
"isValidated":true
3. Do a query once more and in the response, the only data that returned for the sample user was the upsert payload.
- Expectation is it should have created a new permit and not remove the current data
Cause
Currently WorkPermit entity only supports FULL purge mode, which means it will purge all the previous records of that Person and inserts only the new added records.
There is no plan to support Increamental mode in b2011.
Resolution
Submit an enhancement request to have this functionality considered within future development cycles – you can do this on our Customer Community Portal at https://influence.sap.com/successfactors
For detailed steps on how to raise an enhancement request please follow KBA Article #2090228 on “How to submit an enhancement request”.
2281168 - How to create Enhancement Request for Successfactors Integrations
See Also
2652025 - How To Perform An Incremental Import For Work Permit Information
Keywords
EmpWorkPermit upsert , KBA , LOD-SF-INT , Integrations , LOD-SF-INT-EC , Employee Central SFAPI & OData Entities , Problem