cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error while upserting data into PaymentInformationDetailV3

Former Member
0 Likes
1,433

Hi ,

I am getting the following error while upserting the data into PaymentInformationDetailV3 API from Dell Boomi.

<?xml version="1.0" encoding="UTF-8"?> <objectEditResult> <index>1</index> <errorCode>200</errorCode> <errorMessage>OK</errorMessage> <results> <key>null</key> <status>ERROR</status> <editStatus>null</editStatus> <message>Save composite batch with same parent failed! Invalid navigation key! {PaymentInformationDetailV3/PaymentInformationV3_worker=00352740, PaymentInformationDetailV3/externalCode=7479, PaymentInformationDetailV3/PaymentInformationV3_effectiveStartDate=2016-10-10T00:00:00.000-04:00} with the index 0</message> <index>0</index> <inlineResults>null</inlineResults> </results> </objectEditResult>

Accepted Solutions (0)

Answers (1)

Answers (1)

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Likes

this issue occurs if the parent object is not saved, and child record is about to be saved can you check this user records what he has currently?

Former Member
0 Likes

Did not help. Should I save the PaymentInformation before Saving PaymentInformationDetail? I am having this issue in PaymentInformationDetailV3 API for SuccessFactors. Thanks