Update an entry when anything is edited in a row of data

Update an entry when anything is edited in a row of data

Douglas_CDouglas_C Posts: 7Questions: 3Answers: 0

Hi community,

I have some tables that need to keep track of the last person who modified the row of data, my tables have a number of columns with the column named 'lastModifiedPerson'. The user will log in to the system and modify stuff.

Is there any way that I can auto-update the entry by the username without asking the user to type their name on it?

This question has accepted answers - jump to:

Answers

  • colincolin Posts: 15,144Questions: 1Answers: 2,586
    Answer ✓

    That depends on how you're updating the record. If you're using Editor, you can use server-side events to update the record without any user interaction. Please see the first example on this page.

    Colin

  • Douglas_CDouglas_C Posts: 7Questions: 3Answers: 0

    Hi colin,
    That works, thanks.

  • colincolin Posts: 15,144Questions: 1Answers: 2,586
    Answer ✓

    Our accounts aren't showing that you have an Editor license. Is the license registered to another email address? Please can let us know so we can update our records.

    Colin

  • Douglas_CDouglas_C Posts: 7Questions: 3Answers: 0

    Hi colin, please see inbox. Thanks.

Sign In or Register to comment.