add widget via button

0
how I can add another reference selector by clicking on the add button ?  
asked
2 answers
2

In your case use Many to Many Association between Patient and Acts if Acts is configurable or lookup value .

  1. In case Act is list of values , use InputRef Selector and associate the multiple Act values to Patient , by adding the selected Acts . ( you should use add while associating in a select microflow )
  2. In Case Act is not list of values , then use Many to One association between Act and Patient and use button Add to add new value of Act to Patient .
answered
0

You should add a listview below the reference selector in a container widget with conditional visibility to display only when more than one ACT exists

answered