Question

I have an InfoPath form library that is tied to a customized approval workflow. When a new form is created, the workflow is started and tasks are assigned to SharePoint groups.

What I would like to do is create a view in the form library that will display all forms that have an outstanding task assigned to the logged in user. Open to all suggestions.

Was it helpful?

Solution

Have two additional columns with status and assigned to. when the workflows are run, let the fields get populated accordingly. when the tasks are completed, have the workflow to update the status. In the form library create a default view filtered with column 'status' as open and column 'Assigned To' to [Me]

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top