Symptom
You want to create integration center job to fetch the Multiattachment data from the starting entity JobApplication and you are getting only first value as output. only Attachment 1 document is visible in the preview, Attachment 2 is not available, but it should be visible to along with.
- Image/data in this KBA is from SAP internal systems, sample data, or demo systems. Any resemblance to real data is purely coincidental.
Environment
- SAP SuccessFactors HXM Suite
- Integrations
- Integration Center
- Integrations
Reproducing the Issue
Steps:
1. Go to Integration Center > My Integration
2. Create new Integration center Job
3. Select starting entity as JobApplication
4. Select the Multiattachmnet field
5. Only Attachment 1 document is visible in the preview, Attachment 2 is not available, but it should be visible to along with.
Cause
This is expected behavior from Integration center that it will only show the first value of multiattachment field in result.
Resolution
This is expected behaviors' from Integration center that it will only show the first value of multiattachment in result.
To extract the same using API please use the below query which will work with OData in SOAP application.
https://apisalesdemo4.successfactors.com/odata/v2/JobApplication('ABC')?$expand=multiAttachmentSelection
Also refer the Guide for more details.
SAP SuccessFactors HXM Suite OData API: Reference Guide (V2)
Keywords
multiattachment, Integration center, JobApplication, Fetch, first value, all , KBA , LOD-SF-INT-INC , Integration Center , LOD-SF-INT-INC-JOB , Integration Center Job , Problem