Skip to content

Commit 374dabb

Browse files
authored
Merge pull request #8551 from mendix/yl-delete-objects
Specify synchronization mode when syncing object deletion
2 parents 01abce5 + 1c9eff7 commit 374dabb

File tree

1 file changed

+2
-2
lines changed
  • content/en/docs/refguide/modeling/application-logic/microflows-and-nanoflows/activities/object-activities

1 file changed

+2
-2
lines changed

content/en/docs/refguide/modeling/application-logic/microflows-and-nanoflows/activities/object-activities/deleting-objects.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,10 @@ No before or after delete events will be executed in this case.
156156
1. Searches the device database for all objects that reference the deleted object.
157157
1. Clears all references to the deleted object from all objects found previously.
158158
1. Deletes the object from the device database.
159-
1. Marks the object as deleted in the offline database, which makes it possible to synchronize the deletion with the server.
159+
1. Marks the object as deleted in the offline database, which makes it possible to synchronize the deletion with the server using [Synchronize unsynchronized objects](/refguide/synchronize/#unsynchronized-objects) or [Synchronize all objects](/refguide/synchronize/#all-objects).
160160

161161
Before and after events for the deleted object will be executed upon synchronization.
162162

163163
#### Deleting a Non-Persistable Object
164164

165-
Deleting a NPE is not supported in a nanoflow in an offline-first app.
165+
Deleting an NPE is not supported in a nanoflow in an offline-first app.

0 commit comments

Comments
 (0)