July 10, 20241 yr I have established a deletion system. A table contains the record ids that should be deleted. Mirrorsync will only delete the records that have their ids in that table. I use the API to create the records of this table prior to the sync but for some reasons it freezes on some devices What I would like to do is instead of using the API to populate the table is to sync it. But for that to work as intended it would need to be synced before any other table. Is that possible ? How ?
July 10, 20241 yr Author nevermind. this will work since insertions are always treated before deletions !
July 10, 20241 yr Hey sfpx, Glad you found a working solution. The customization system can be tricky to work with sometimes. Don't hesitate to reach out if you have any other questions or run into any issues!
Create an account or sign in to comment