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

null
    • Mconneen
    • 5 yrs ago
    • Reported - view
    • Ninox partner
    • RoSoft_Steven.1
    • 5 yrs ago
    • Reported - view

    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()

    • Mconneen
    • 5 yrs ago
    • Reported - view

    @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

  • 5 yrs agoLast active
  • 3Replies
  • 2465Views