Hello people,
I have a field in a table which extends EDT NoYesId (which extends Enum NoYes).
I have a form with some records of this table and the tick is present in the corresponding field checkbox.
When I run through these records using x++ and showed the value of the field in the infolog, it gave me just a blank result.
When I looked directly in SQL database, I found the value of 255.
Somehow, as I understand, the maximal SQL datatype tinyint value has been assigned.
Any ideas what could be the reason of it?
Thanks