FindDataTableEntries doesn't work if the data shape's boolean field set to true?
Hi ,
I have a data table with the data shape below, just found a very strange behavior, for the service:
--------------------------------------------------------------
var values = me.CreateValuesWithData({
values: { WorkOrderId: "NA", DeviceId: "OP10-OvenREHM00001" } /* JSON */
});
result = me.FindDataTableEntries({
values: values /* INFOTABLE */
});
-------------------------------------------------------
The result always return empty as long as the field Estimated is true , otherwise it work well. Is it a known issue ?
Thingworx version: 8.4.4
Database: Posgresql 10.x
-----------Table Structure-----------------
|
Seq
|
INTEGER
|
KEY | |
|
|
STRING
|
KEY | |
|
|
DATETIME
|
KEY | |
|
|
STRING
|
KEY | |
|
|
DATETIME
|
||
|
|
BOOLEAN
|

