Trying to select the approvers

0
Hello! I'm Trying to develop a app that i need to fill the forms and select the approvers. And i need to select more than 4 approvers. The data of the approvers are the contact include in the mendix.  So, when i try to add the approvers, i don't know how can i do this.    Someone can support me ? 
asked
3 answers
0

Hi,

 

     If the mendix approvers are available in a domain model then create a many- many association from ur form domain model to approvers.

then a input reference selector or muti select drop down widget with the association from form domain model to approvers.

Like this you can select more approvers for your form.

If you want to restrict to only 4 then add a constraint in the selection.

Hope this will resolve your quuestion.

 

 

answered
0

Hello For all !

image.png

Here is my worflow! 

 

image.png

And this is the page and the things of i tried. 

 

image.png

answered
0

I'm tried to make a microflow to select a approver and make the approver stay on the screen like this example from another application: 

image.png

In this local that i have the Attachments, i want to put de approvers, and after this, i want to select the approvals from another database. 

answered