Create-date not being recorded

5
I have an entity where the options to store createdDate and changedDate are both checked. In a data grid I am then displaying the createdDate value as one of the columns. This works correctly for entries that are created as a result of a user action, but if the entries ared created by the system as a result of a Scheduled Event, the createdDate is apparently not set. Is this normal behaviour, or is this a bug?
asked
2 answers
4

Are you sure it isn't a security issue, since objects created by Scheduled Events have an other owner than objects created by users?

answered
2

I have checked the data in the hsqldb (built-in) database and the created-date is definitely NOT being recorded for entries created by the scheduled action.

answered