Forum Discussion

DesireePina's avatar
DesireePina
Qrew Member
5 years ago

Time stamp for Record modification

Is there a way to record a time stamp in a notes field for any time a record is modified? For example, a time stamp and user is recorded when a user changes the phone number of a customer or add a deadline date or changes the project status, etc. We have a general notes field in the record that would be a good place for this information to be documented but not sure how to do this.

Any help is greatly appreciated-


------------------------------
Desiree Pina
------------------------------

3 Replies

  • It sounds like you are trying to create an Audit trail of who changed what, when.

    i suggest setting up child table with fields for the user and the old value, the new value and the field name which was changed. 

    Then set up an Automation to trigger when the record is modified and field one changed. The action step will be to write out a child Record. You will be able to fill the user field with Last Modified by and it will also let you out the old value into a field in the audit Log Table. 






    ------------------------------
    Mark Shnier (YQC)
    Quick Base Solution Provider
    Your Quick Base Coach
    http://QuickBaseCoach.com
    mark.shnier@gmail.com
    ------------------------------
  • Hi Desiree!

    A simple way that I've done this in the past is to create a formula field with the pertinent fields such as:

    "Account Name: " & [Account Name] & "; " &
    "Account Number: " & [Account #] & "; " &
    "Contact Name: " & [Account Contact Name] & "; " &
    "Activity Type: " & [Activity Type] & "; " &
    "Status: " & [Status]

    Then set up a form rule that changes a multiline text field (where log edits is turned on) ​to the values in the formula field. This will create a log of all the field values each time the record is saved along with the names and dates of who set those values. You could easily trace back who changed what in that field.

    Note that this will only work if edits are being made with the form and not through mass edit actions (like grid edit or automations).

    Let me know if this is helpful 😀👍
    –Sharon

    ------------------------------
    Sharon Faust (QuickBaseJunkie.com)
    Founder, Quick Base Junkie
    https://quickbasejunkie.com
    ------------------------------