On change event in reference set selector

0
Hi , I am trying to call a microflow on onChange event in reference set selector but microflow is not running . Actually  my scenario is while creating or editing user account based on user role I have to show some fields so for user role selection I am using reference set selector and onChange event I am calling microflow and in that microflow checking user role and based on user role changing the value of attribute(created a boolean attribute in entity) . so based on boolean value I have set the visibility of the fields .    
asked
4 answers
2

Problem: OnChange Event- MF not triggered

Note: This problem occurs even though all access rights have been granted, including MF access and create/edit access for users.

 

Solution: Remove the page validation for the passwords and keep the validation in MF. This will ensure that the OnChange MF is triggered.

 

Explanation: You can reply to this comment if you have an explanation for this issue.

 

Mendix studio pro: 9.24.1

Module: Administration Module (v3.0.0)

Page: Account_New

Element: Reference Set Selector (UserRoles)

 

Dated: 08-Aug-2024

 

answered
0

Hi, could you please tell you how you have used reference set selector? Because for me i am able to call the on change event microflow in reference set selector. Can you share screenshot?

answered
0

If there are any fields on the page with validation on them the on change MF wont run. Is that the case?

answered
-1

Hi Arun,

 

Are you getting any error? 

answered