2023 May 31 4:51 PM
Hi all,
Would appreciate some help on this as absolutely stumped. I am writing an API integration between an ecommerce website and SAP. My client would like to pull in images from SAP but wants to reference these under each Item with a user-defined field. In the user-defined field will be the relevant SrcPath and FileName for each image. Using the Service Layer API I then need to find the AbsEntry from a combination of SrcPath and FileName. However it seems like I'm not able to query directly within the AttachmentLines array. I've tried every combination that should in theory work using OData protocol.
Can anyone point me in the right direction?