Submit Form Data "X" Times
I was just wondering if anyone has been able to create a feature that would allow the business user to submit a form "X" times? (Based on a drop down or a control value)
Currently I am using the submitted form data to repopulate on a new task if "submit same form data" was checked and using a repeating SubForm to hold data that may need to be "copied" over and over. This automates a majority of the process for her but it would be awesome to automate this process and just submit the values on the form "X" times if the business user indicated as such.
If anyone has any information on how to make this dream a reality or if it is even possible to begin with using AgilePoint that would be amazing!
-
hi Stephan,
Please follow these steps for your requirement.
1. Create two processes - let's call them 'ParentProcess' and 'ChildProcess'
2. In the parent process, let's have a Start form with required data you'd like submitted X times.
3. We can create a form input control, where the user can define number of submits = 5.
4. Based on the number of submits condition, use a subprocess activity and configure it to kick off the child process. This is a combination of condition shapes, and counter variable to iterate the loop.
Please see this link.
5. In the subprocess activity configuration, please use copy all attributes property, so that data entered in the submit form will be copied to your subprocess.
Let me know how this goes for you.
Lucas
请先登录再写评论。
评论
2 条评论