React native delete object

0
Is there a simple way to delete an object from nanoflow?
asked
2 answers
1

Yes there is https://appstore.home.mendix.com/link/app/111380/

answered
1

Hi Stefan,

Please note there is a reason why this was not implemented in the client by Mendix. (I hope Mendix can chip in to explain why)

A recommended way, is to mark objects as deleted by with a flag. And let the server handle the delete after synchronizing. Similar to the trashcan of windows file explorer

Cheers, Andries

answered