Can I insert the association table directly in database?

0
Hi All, I had an Entity A before(having values already), and now I add an another Entity B and link an association to A in Domain Model。 I added value for B in the overview page in Mendix, but the association table is empty. So I mannually insert values depending on A and B value. It’s good in database level, but I can’t retrieve the reference B from A. (A/B is Empty)  doesn’t it work from mendix?  how can we maintain the values of association table added later?     
asked
1 answers
3

You need to make some hotfix microflow to set the associations. You do not do this directly in the database because it will probably corrupt the database. It should be handled by the Mendix app.

Regards,

Ronald

 

answered