Delete object in offline mode

0
Hi everyone, we are trying to delete an object in offline mode by using mx.data.remove but got the following error:   Error: Not implemented yet at Object.<anonymous> (http://localhost:8080/mxclientsystem/mxui/mxui.js?636409164700726064:24:11503) at e (http://localhost:8080/mxclientsystem/mxui/mxui.js?636409164700726064:5:122951) at Object.<anonymous> (http://localhost:8080/mxclientsystem/mxui/mxui.js? So it seems that the current api is not supported in offline mode. Do you know how to delete it correctly?   Best regards,
asked
1 answers
1

Currently you can't delete an object in offline mode.

You can use a flag for marking the object as deleted and handle that on sychronisation.

answered