Hi,
I have a custom table, in which i have activated the validtimestate property, of type UTCDateTime. It behaves correctly on insert and update of the records.
I have created also a DataEntity for this custom table, which i will use primarly for importing data. In the entity i have activated also the property ValidTimeStateEnabled.
The problem is, that when i do an import, the field FromDate and ToDate are null (1900-01-01 00:00:00.000). I was expecting that it menages automatically the field From and To date, but it does not. As a result i have new records inserted on the table, but with From and ToDate not effective.
Am i missing any property or is this something i should correct in code?
Any help is much appreciated.
Thanks in advance
*This post is locked for comments