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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.