Nanoflow create object can not be saved to the database.

0
I created a persistent entity in a mobile native application project, but when I created and committed the entity in nanoflow, it couldn’t be saved to the database. Why?
asked
1 answers
0

Hello Q Huang,

Please check your domain model entity access rights if the user has right to ‘create’ objects. On syncing with the server this will be checked by the runtime and might result in your object not getting persisted if the user does not have the proper rights.

answered