In our scenario, there are three user types.
'User A' submits document and starts WF.
'User B' reviews and supplies comments to 'User C'.
'User C' then does his work and supplies his own comments.
Here's the critical part:
'User B' must take his own original comments and consolidate with 'User C's comments, with the abilty to "clean them up" and then send to 'User A' for action.
'User A' can never see "raw" comments from either 'User B' or 'User C'.
What's a tried and true way to handle this with the least LOE, while maintaining data integrity and visibility requirements?
It appears that in using SharePoint Workflow Integration Activities there's a way to modify the .aspx and .ascx pages (the HTML portions, anyway - the code-behinds are unavailable to the best of my knowledge) to do a tiny bit of UI mod, but this doesn't seem to be the right route for our needs.
Process data and Emails?
SmartObjects? I have no experience actually having a SmartObject work in our environment, so am reluctant to expend a lot of time and expense on this path if it's unproven.
Thanks!!