cancel
Showing results for 
Search instead for 
Did you mean: 

Issue while trying to upsert in Successfactors

former_member869
Participant
0 Kudos

Hi Experts,

I am trying to upsert a custom portlet on ODATA API in Successfactors. Data will be fetched from SAP PO. I am getting below error

<entry>

<content type="application/xml">

<m:properties><d:key m:null="true"/>

<d:status>ERROR</d:status>

<d:editStatus m:null="true"/>

<d:message>Save batch with same externalCode failed! Cannot find GO by externalCode : , asOfDate : Sun Jan 01 00:00:00 CET 1950, objectType : cust_MappedCostCenter;</d:message>

<d:index m:type="Edm.Int32">2</d:index>

<d:httpCode m:type="Edm.Int32">500</d:httpCode>

<d:inlineResults m:type="Bag(SFOData.UpsertResult)"/></m:properties>

</content>

</entry>

Please suggest.

Thanks,

Rama

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi Rama ,

This error occurs due the following reasons :

1>the cust_mappedcc(Field in cust_CostCenter) which you are providing is blank .

2>the effectivestartdate of cust_mappedcc is greater than the cust_CostCenter's(Field in cust_CostCenter) start date .