Can I change created date of object?

1
I am using one of the system member ‘createdDate’ of entity in application. Can I change this attribute inside mendix?
asked
1 answers
1

No. Neither should you want to. You can however change the value in the database using SQL commands.

If you want/need a modifiable attribute createdDate, for whatever reason, the best option is to create it manually, giving it currentDate as defaultvalue.

answered