Hi
I'm having a problem because my form users omit the chech-in procedure in the form by shutting down infopath filler (they use the "X" in upper right corner), instead of using my check-in rules implemented in the form. This causes locked forms that aren't available for editing by other people in the organization.
Forms gets automatically checked out when form opens...but they never get checked in.
My solution to the problem was to create a workflow that checks in those form documents automatically - 3 hour after document changes. On finishedloading=TRUE and IsNew=false, my plan was to force a save to the file, so I would be sure the file changes.
Is this possible? ...And if not - Is there a best practice way of making sure documents gets checked back in?
All suggestions are welcome