Display and Save Attribute over association

0
Hello, I am new with Mendix and I have a problem with the display and save of an attribute over an association. Scenario: I have a Meeting Entity and a Meeting Type entity which has an attribute that is an enumeration. I used a data view using a microflow to display the enumeration, there is a list of radio buttons, but now the problem that I am facing is that the value that I am choosing is not saved. The create/save button of the page is not using the save changes by default I am using a microflow to save, but I cannot find a way to save the values from that enumeration, right now I have a 1-1 between Meeting and MeetingType.   Any tips that would help me. THanks a lot
asked
2 answers
0

In the microflow retrieve the other object over the association and then commit that object also.

Regards,

Ronald

 

answered
0

I hope the datasource for your meeting type is using “Association” and not directly from database. If you don’t do that, the two entities will not be linked.

answered