We are rolling out a reimbursement forms process to various departments with identified submitters. Some departments will have multiple submitters. All submitters have a participant license. Currently, submitters can only see forms instances and action history for what they submitted. To facilitate collaboration, they would like to be able to see all forms instances and action history for all submitters on their team. We want to segregate instance information by team for security and privacy.
Has anyone accomplished this? Our first idea was to somehow assign a task to the team that completed automatically so everyone on the team would have visibility to that instance. There doesn't seem to be a way to do this.
Our LF reseller suggests we create a new forms process that does a lookup into the underlying forms database and displays the info in a table (not a report but a forms process that shows data but doesn't actually run). We need a master/detail view where the master is the subset of forms instances submitted by this person or their team and the detail would be the action history of the instance.
Does anyone have a better idea, or, if not, a database query that returns any portion of the above? Trying to reverse engineer the database tables to pull the action history seems to be a daunting task.