reference set selector - commit?

0
Hi everybody, i'm using a reference set object and it's work fine but when I close the application and open a new session of the application I missed the reference selected before. Do I need to commit the data after the record selection? The "set reference selector" open a page where I can select the records to link with a different entity. After I select the records I can see the selected record on the "set reference selector table" but if I close the page I miss these association please, may you help me? thanks
asked
3 answers
1

Assuming you're using default Mendix functionality without custom microflows (so with the select page for the referense set also generated by Mendix), you still need to commit the object, as Mendix only performs the change in-memory. So yes, you see the result on your screen, but if you don't save the object where the reference set is being set, these changes will not be stored into the database.

answered
0

Do you press a 'save' button or do you close the page? If you use a microflow to close the page you should commit the object there.

answered
0

I tried to add a "save button" on the page but the result is the same. The reference object is inside a dataview. Where do I need to put the save button? Inside the page or inside the dataview component?

thanks

answered