Symptom
What Audit fields are available via OData in JobRequisition entity?
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 Recruiting Management
Resolution
In OData in general we don't have entities for Audit of information, and the JobRequisition is not different.
But still there are a three of fields in OData that record some specific events which can be used, they are the following:
- closedDateTime - Date and Time when the Job Requisition was Closed;
- createdDateTime - Date and Time when the Job Requisition was Created;
- lastModifiedDateTime - Date and Time for the last change done on the Job Requisition record.
As OData is not for Audit purposes, the majority of the audit fields will not be available as they are in Reporting, but since this information is usually necessary for some other integrations as well, these fields have been made available. All three fields are typed as datetimeoffset, which records the date and time when the event occurred:
Keywords
audit, job, requisiton, change, modify, record, entity, odata , KBA , LOD-SF-RCM-API , Webservices & APIs , How To
Product
Attachments
Pasted image.png |