How do I track changes in InfoPath

S

Shakeel

I'm a newbie, need to create a form where worker will periodically change the
information and when the change occurs, admin people need to know which
information has been changed/updated. I know MS Word have track changes
feature, anyway to replicate that kind of feature in InfoPath.....
 
G

Greg Collins [InfoPath MVP]

You have to do all this yourself in code. One way is to make a backup in-memory copy of the dom when the form loads, then during save or submit, compare each field against the original, and if it changed, create a change history to be submitted along with the form.
 
G

Greg Collins [InfoPath MVP]

Glad to help. Probably not what you wanted to hear, but once you've got it figured out the first time, it will be easier to do it in another project.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top