What I'm attempting to do is to build a form where users can request access to different services (listed in a pulldown). I'd like to be able to input multiple Laserfiche users names on the start form and upon submitting, a request is created in the repository for each user I inputted and email an audit group for approve each individual request. I'm wondering what the best way to go about doing this would be.
Question
Question
Submit a request for multiple users
asked on April 19, 2017
•
Show version history
0
0
Replies
replied on April 20, 2017
You can use a table or collection to allow user add multiple users names and dynamic assign task to that variable inside collection, the task will be assigned to multiple users, but there will only be one user task with multiple approvers, when one of them complete the task, the task will be completed. Forms doesn't support dynamic create multiple tasks based on variables but only support dynamic assign to multiple approvers for one task.
0
0
You are not allowed to follow up in this post.