SAP Knowledge Base Article - Public

2590068 - Verify if OData Entity Supports the lastModified Filter

Symptom

User wants to verifiy if an OData entity supports the lastModified filter

Environment

OData API

Reproducing the Issue

User is running a query against the OData API and getting the following error: Status: Bad Request Status Code: 400 Query:

Cause

Some of the properties that are being used in the query do not support the lastModified filter

Resolution

Users need to check if the entity they are quering supports the lastModifed filter:

  1. Login to SF and go to the OData Data Dictionary
  2. Click the Entity
  3. Type in the name of the Entity into name search
  4. Type property name:lastModifiedDate

lastmodied.png

6. If the property name: lastModifiedDate is not there the entity does not support filtering by the lastModified filter

7. If lastModifiedDate is not a property of the entity it will have to be removed from the query

Keywords

OData, lastModified, filter , KBA , LOD-SF-INT-INC , Integration Center , Problem

Product

SAP SuccessFactors HCM Core all versions