I created an infopath form and published it to a sharepoint form library. The problem I’m having is trying to have auto checkin/checkout on the form. I have two workflows to do this:
The workflow for checkout seems to work but checkin does not.
Workflow 2, Checkin: looks at two conditions,
Title is not empty and Checkout Status = No,
Action is Checkin current item.
I have a rule when form is opened that changes the Checkout Status to “Yes” and submits form data (form is checked out). When the submit button is clicked the Checkout Status changes to “No” prior to saving and closing the form.
After the form is closed the Checkout status field on the list shows “No” and “Checked out to” still shows my name. The workflow shows “Starting”
Any ideas what I’m doing wrong