cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Service Cloud v2 Employee Replication

Nijith
Explorer
0 Kudos

I am trying to replicate employee from HANA to Service Cloud v2 . Currently using postman to trigger iFlow instead of HANA but getting the following error in v2 :                                                                                                    {
"code": "inbound-data-connector.132",
"message": "Failed to process the inbound message.",
"details": [
{
"code": "400",
"message": "{\"error\":{\"message\":\"Lifecycle status is initial. Please provide a value.\",\"code\":\"sap.crm.md.service.businessPartnerService.businessPartnerMessage.lifeCycleStatusInitial\",\"target\":\"{lifeCycleStatus}\"}}"
}
]
}

Simon1982
Explorer
0 Kudos

Hi Nijith,

You need to add this attribute to you payload.

 
"lifeCycleStatus": "ACTIVE",
 
Simon

Accepted Solutions (0)

Answers (0)