Forum Discussion
MacLanphier
8 years agoQrew Trainee
For the app in question, I have 350+ fields, so the logging of each field within itself is impractical to look at.
My 'Logs' field (let's call it fid_#_351) is intended to be a running log of all changes made to the row it is in. Ideally it should look something like this.
The example related to the above link works perfectly if an edit is made within the "edit record" page, but not within grid edit. Using the example found here, I was able to create the string I want to add to the log every time an edit is made, but I can't figure out how to actually update the log.
I have a text-field with an already existing log. I would like to simply concatenate a string I have made with the existing log, and save that change.
My 'Logs' field (let's call it fid_#_351) is intended to be a running log of all changes made to the row it is in. Ideally it should look something like this.
The example related to the above link works perfectly if an edit is made within the "edit record" page, but not within grid edit. Using the example found here, I was able to create the string I want to add to the log every time an edit is made, but I can't figure out how to actually update the log.
I have a text-field with an already existing log. I would like to simply concatenate a string I have made with the existing log, and save that change.