Optimized Attachment Retrieval in EmpJob OData API
Description
Attachment blob data is now only retrieved when explicitly requested in the $select parameter for EmpJob OData API requests.See More
Detailed Description
Attachment blob data is now only retrieved when explicitly requested in the $select parameter for EmpJob OData API requests. Blob stands for Binary Large Objects, a data type used to store unstructured binary data such as documents, images, or videos. In SAP SuccessFactors OData API, attachments are stored as blob data (Edm.Binary) and can be retrieved through API calls.
Impact Assessment
This enhancement is automatically on and directly affects all SAP SuccessFactors implementations without requiring any configuration. Implementation teams should validate that the new behavior aligns with business requirements and communicate the change to end users if necessary.