Data persistence issue in mendix application which deployed in mindsphere

0
HI All, We have created persistable entity in domain model and created overview page for same entity in mendix and we deployed it into mindpshere using cloud foundry, then created application in mindsphere to view page created in mendix .we were able to see the mendix application in mindsphere.And also we tried to insert data into Mindsphere postgres database using the overview page.After Some time When we refresh the page data is getting automatically erase.  Kindly provide solution on above issue.
asked
2 answers
0

Check out who deletes the data. What user roles have delete-authorization? You can add a BeforeDelete-event handler and add a logmessage that logs the user and other relevant information.

Also find out when it happens. Has it already been deleted before you refresh the page or does the refresh action itself delete the data?

answered
0

You didn't forget to commit the data?

answered