Being new to infopath and K2.net I was going through article Sharepoint Infopath and K2.Net Best practises:
The first recommended practise is as given below
1) Store InfoPath Data Externally When using InfoPath processes, a good practice is to keep the data in the InfoPath form while it moves through the process. Then at the end of the process, shred the XML apart and insert it into a normalized database. As well, at various points in the process, push the XML document out to a different InfoPath form library where users can get access to the latest and greatest data.
|
Can someone please guide me on how this is done. Do I save the form data from with infopath web forms or using the K2.net?
Btw, my infopath is basic HR forms with simple approval logic. I will needing to create reports on the form data later on.