How to show a popup page in radio button value (yes or No )in mendix

0
I want to show driver-details form as a pop-up page based on radio button value 'Yes' in vehicle page. If click on yes then that popup page should appear and if click on ‘No’ then it will not show anything. After adding driver details the driver number should be calculated and the total counter should be shown in a new attribute field in vehicle page. To implement this functionality I had triggered a microflow on change of ‘additional driver?’ attribute. But it is not working. Here I am sharing some screenshots, please see and give some suggestions how to do it.   
asked
2 answers
0

Is your AdditionalDriver attribute read/write for the user role you are logged in with? And do they have rights on the nano- or microflow as well? It looks like it should work from your screenshots.

 

If that's not the issue, have you tried debugging to see what happens in which case?

answered
0

 

Eline Bijkerk 

Yes AdditionalDriver attribute has read/write access for the user role. And they have rights on the  microflow as well.  

I have shared some images, Could you have a look into it

answered