Delete an object on Native Mobile

0
Hi Does anyone know how to delete an object from a native mobile device? I assumed it would be a simple case of having my nanoflow call a microflow to do the delete in the DB and then initiating a sync but I just get a very unhelpful error stating “Parameter ‘Assets’ is a persistable entity, which is not allowed in a microflow called from a nanoflow on pages that are accessible through a native profile.”    Error code is CE6897 if that’s in any way helpful. Thanks in advance
asked
1 answers
0

Hi, you are thinking in the right direction. The advised way is to use a boolean (isDeleted) and use that in an after commit event to delete the object on the server during the sync.

answered