Cannot Add/Save data in my Mendix App

0
My app is almost complete. It is able to run with no errors and works fine but when I run it and try to add data to the app, it does not save no matter how many times I have tried. Is there any way to solve this problem?
asked
2 answers
0

Hi Chase,

 

I hope you are committing your Created object, Please refer this document,

https://docs.mendix.com/refguide/committing-objects/

 

Thanks & Regards,

Manikandan K

answered
0

Chase,

A few ideas:

  • check the security settings on your entities and make sure the logged in user has the ability to create new objects
  • ensure you are committing the created objects (if you are using an out of the box page with a standard Save button, you are committing the entities)
  • do you see this behavior in Studio Pro?  If so, can you take a look at the console in Studio Pro when you try to create an object?  There may be some messages there that help to understand what is happening.
  • if none of those things helps, perhaps you can post a screenshot of your domain model and the page(s) you are using to create and view objects.

Mike

answered