Retrieving Creation Date of Existing Objects in Mendix

0
Hi All, I'm looking for assistance with retrieving the creation date of objects that were created in Mendix when system members were not enabled. I’ve already explored the following methods:   1. Database Query: checked the underlying database for timestamps. 2. Custom Attribute: Considered adding a custom creation date attribute for future use. 3. Audit Trail: Investigated whether audit logging can provide the needed information. 4. Data Import/Export: Looked into exporting data for analysis.   However, I'm wondering if there are any other methods or best practices to achieve this. Any insights or suggestions would be greatly appreciated! Thank you!
asked
1 answers
0

Hi Sai Kumar Bevara,

 

The only way to check for the creation date is to enable the created date System member or New Date Time attribute.

 

An audit trail is also another way if the module or such thing is implemented.

answered