Hello,
I have a form where I submit the data but I want to track that if someone change the data in table view, it should be tracked in log table where I can see the old value and new value.
Example: User A has submitted his name and number. After that, my team changed the number but I want to keep record that what was the old number and what is the new number.
How is it possible?
Hi @Shah study Windsor and welcome to this community
You can use the hasChanged function in ConfiForms
See also a more complete example: https://wiki.vertuna.com/display/CONFIFORMS/Sending+the+change+log+via+email
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
assuming the field is named "somefield"
[entry._previousState.somefield] - previous value
[entry.somefield] - current value
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.