1:1 Associated Entity Attributes Not Editable + Button Unresponsive
0
Dear Mendix specialists, This is the project file. Please download it to help troubleshoot the issue.:https://github.com/Karlbin-chen/Mendix.git Issue:As a Mendix beginner, I designed: Employee and Candidate each have 1:1 association with Person Person contains shared attributes (e.g., fullName, gender) Two problems occur: Page Issue: In Employee_Edit page, Person attributes are read-only. Microflow Issue: After changing "New Employee" button to call a microflow, the button does nothing (permissions confirmed). Questions: Why are Person attributes read-only in the page? Any errors in the microflow? Why is the button unresponsive? Microflow Logic: Retrieve: Decision: Create Object: change Object: show page:
asked
Karlbin
1 answers
0
Your button doesn't do anything because you are trying to send a selection from the data grid. Instead you should be creating an Employee in the microflow.
The Person attributes are writeable if you implement the above