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

Error when sending a response to RCM Assessment order

kavya_01
Explorer
1,420

Hi Team,

We are trying to create a new integration referring the standard one as our third party is not the SAP Supported

Standard : SuccessFactors RCM with Third Party Assessment Vendor-Generic Template
SuccessFactors team trying to trigger an event from RCM and it is reaching CPI successfully.
But when CPI is trying to push the response to the SuccessFactors it is not updating the assessment Portlet.
Please find the response payload which we are sending to SF.

<ns6:createRcmAssessmentRequestResponse xmlns:ns6="http://www.boomi.com/connector/wss" xmlns="com.successfactors.alert">
<rcmAssessmentResponse>
<assessmentUrl>https://test.com</assessmentUrl>
<entityId>${property.assessmentOrderId}</entityId>
<errorCode></errorCode>
<receiptId>999</receiptId>
<status>99</status>
<statusDate>${date:now:yyyyMMddHHmmss}</statusDate>
<statusDetails>Acknowledged</statusDetails>
</rcmAssessmentResponse>
</ns6:createRcmAssessmentRequestResponse>

Can you please help us with the below points:

1. In SuccessFactors where can we check that message is sent to CPI has been received.

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Likes

Hi Kavya,

Is this issue resolved for you ?

Regards,
Sai Krishna V

Sriprasadsbhat
Active Contributor
0 Likes

Hello Kavya,

You can check logs in API Center in SF for both SFAPI and OData Audit Log.Below will show how to do it ( I am taking ODATA as reference ).

1) Enable payload logging to persist request and response payload.

2) Trigger your interface and check the audit log entries for request & response payload.

Regards,

Sriprasad Shivaram Bhat