I'm using record field action as edit supervisor questionary button in the interface. I have a requirement that as soon as someone clicks the record action field, it should update a field in the database as edited by and when submits it, again the same field should be modified to submitted by. How can I achieve this?
Discussion posts and replies are publicly visible
Hi,
So this will be two rows? or the same row you want to update?
May be on click you have to execute writetorecord/writetods function with details and capture the output, again update the same field with submitted by and write to data base.
It is the same field I want to update.