I create a review form for my team by using LifeCycle. Here is the current data flow:
1) A sends the form B to evaluate C. When B finishes his part, he hits "Submit" button. XML sends back to A
2) A manually inputs XML result and sends it back to C to review her part in the form. When C finish her part, she hits "Submit" and it sends the final XML file to A.
So my question is whether there is a way to modify the form in order to make the process is more automatic. I am looking for a new dataflow like this:
1) A sends B the form. B finishes and hit the button.
2) XML File and PDF Form will be automatically combine and send to C. C finished and hit the button, it goes to A.
In summary, I eliminate 2 steps: the form does not send back to A. And A does not have to manually input the data to the form and send it to C.
I wonder if any experts know how to do this or how to combine PDF Form and XML form.
Thank you for your time.