I am trying to figure out a way to display infopath form data housed in SharePoint with out locking the record while the data is being viewed. My form is a combination of many (20-25) forms. It has some cascading drop down boxes that steers the requester to the correct form (infopath section) to fill out. Because of this the form has many fields. So I only promoted some basic information for each request. After the form is submitted another user works the request by using a custom list form designed for editing the record. Because not all the data is promoted the user will need to open the form to get the detailed information. the issue arises when the form is open while the user is updating the request via the custom list form. The workflows associated with the form library immediately stop because the record is locked.
Is there a way to dynamically view the xml data? I am thinking something like a custom list form where you can dynamically tell the view which xml file to use. Maybe in the query string...or I might be way off all together.
Any help would be great. Thanks.