0
How do I add a recorded created date stamp?
How do I add a recorded created date stamp? that will auto populate today's date when creating a new person record.
3 replies
-
Go to https://ninoxdb.de/en/manual/calculations/reference-of-functions-and-language and search for _cd
-
You could make 2 “date” fields, one for example Created and second Modified. Then use in the menu “edit fields” the two triggers.
Trigger on create : Created := now()
Trigger after update : Modified := now()
-
@Steven .. that works.. but there are default fields. Just do not trust the user fields.. they only work with the Ninox cloud version.
Content aside
- 6 yrs agoLast active
- 3Replies
- 2471Views