Unplanned
Last Updated: 29 Jul 2021 13:50 by ADMIN
Unplanned
Last Updated: 12 Apr 2019 14:06 by ADMIN

The Data Query toODataString function currently treats GUIDs as strings, as there is no built-in JavaScript mechanic to distinguish between the two types.

The toODataString function should return a proper formatted OData query string, and a possible solution could be to have a boolean property on the FilterDescriptor to indicate the filter field is to be treated as a GUID, similar to the ignoreCase property that exists now.


Unplanned
Last Updated: 08 Oct 2024 08:10 by Kavya
Created by: Kavya
Comments: 0
Category: DataQuery
Type: Feature Request
1

Hi Team, 

Currently, the CompositeFilterDescriptor supports the following two logical operators - and and or.

I would like to request the addition of a none logical operator.