Hi,
We have a workflow where the workflow initiator selects some users from a group and send the documents to review.
They can send the documents both parallel and sequential order.If they send the documents in sequential then the order of the users in the multiselect matters.
For example if they select ,
mgr1
mgr3
mgr2
In this case the documents should be sent to mgr1 first then to mgr2 when mgr1 finishes and finally to mgr3.
The multiselect control in forms builder is not orderable and it is quite difficult to order the performers.
So I need to make it orderable.
Also there are many users in some groups.I have to add a search functionality to it as well.
Has anyone created such a component?Or can you give me some pointers?
Thanks.