So I have a request from one of my users and I am not sure how to accommodate. We have created a InfoPath process to create a step by step walk through to create SOP’s. and then take through a 5 step review and approval process What we are being asked for now is to somehow replicate a Track Changes process (similar to Word), so that the later reviewers can see the original and suggested changes. The only thing I have come up with is Version comparing but they were wanting the more user friendly version. Any suggestions.
Hi Rhonda,
We had the same requirement on one of the projects I was working on. There wasn’t anything out-of-the-box we could of leveraged so we built some custom code to facilitate this requirement. Our workflow generated the WORD document based on the input of the InfoPath form. Each approved update would generate a new version of the WORD document. By doing so, we were able to leverage WORD’s native capabilities for tracking changes.
This solution may likely be too late for you to go with but I figure it doesn’t hurt to let you know.