I have in a form few fields (text editable).
How I can check who last time edit specified field (not whole form)?
Regards
I have in a form few fields (text editable).
How I can check who last time edit specified field (not whole form)?
Regards
Subject: How to check who last time change field value?
Notes does not track that level of information itself.
You could code your application to watch that field, and record the name of the person saving a document when it changes, but that’s not a built in function.
Subject: RE: How to check who last time change field value?
Hi,
JYR