Job Information Record ID Available in OData API EmpJob
Description
As an administrator, you can now access Job Information record IDs through the newly added property objectId in OData v2 API EmpJob for more reliable change tracking and integration.See More
Detailed Description
As an administrator, you can now access Job Information record IDs through the newly added property objectId in OData v2 API EmpJob for more reliable change tracking and integration. The objectId property is now available in the EmpJob entity. You can use this property to filter Job Information records, for example: /odata/v2/EmpJob?$filter=objectId eq '1234' . If you use an invalid objectId value in a filter, the API returns a BadRequestException error with a relevant message.
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.