You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a OData V4 Service with an Entity that supports Draft handling. However if we try to filter ($filter=HasActiveEntity eq true) the main entity using HasActiveEntity property we get the following message:
invalid column name: T1.HASACTIVEENTITY
If we try to filter using HasDraftEntity property ($filter=HasDraftEntity eq true) then we get a OData response back from the CAP server however the filter hasn't been applied. It doesn't matter whether we set the HasDraftEntity to false or true...the complete set of data is returned. Filter is ignored.
Hi,
We have a OData V4 Service with an Entity that supports Draft handling. However if we try to filter ($filter=HasActiveEntity eq true) the main entity using HasActiveEntity property we get the following message:
invalid column name: T1.HASACTIVEENTITY
If we try to filter using HasDraftEntity property ($filter=HasDraftEntity eq true) then we get a OData response back from the CAP server however the filter hasn't been applied. It doesn't matter whether we set the HasDraftEntity to false or true...the complete set of data is returned. Filter is ignored.
The 'IsActiveEntity' filter works correctly.
We are using cds-compiler version 2.12.0 and @sap/[email protected]
Can anyone please help?
Thanks
Sivajan
The text was updated successfully, but these errors were encountered: