0

Show modified by for a specific field

I know that there is a way to see which users have modified which fields when you click on the information icon, but I was hoping to be able to display that information in a formula on a tab when a user clicks on a specific field.

 

So when the yes/no checkbox is checked (below) the formula 'Secondary ID check by' will display the name of whoever checked that box (and date etc.. if possible)

2 replies

null
    • Ninox partner
    • RoSoft_Steven.1
    • 7 days ago
    • Reported - view

    You can have a text field and fill that in via the trigger after update of your checkbox.

    textfield := "changed by " + userName() + " on " + text(today())

      • Suzie_Konszky
      • 6 days ago
      • Reported - view

       ah yep that was going to be my next bet. Thanks :)

Content aside

  • 6 days agoLast active
  • 2Replies
  • 41Views
  • 2 Following