How we can make default value in the reference selector in input form

0
Hello experts, I have a form where I have implemented the reference selector in that if I am going to create a new record then I want to make water a default value in the product reference selector in my Mendix app, and I also would like to give an option to the user so he can change the value as per there convenient     kindly help me to fix this issue and suggest some ideas.   thank you in the advance  
asked
1 answers
1

you have to preset the entity association with 'water'. This can be done when you go the the newEdit page with a microflow. In this microflow, first create the new object and set directly the assocation. Then show the page to the user.

answered