on ‎2019 Sep 16 1:20 PM
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.
Request clarification before answering.
Hi Kavya,
Is this issue resolved for you ?
Regards,
Sai Krishna V
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 8 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.