Skip to content

Commit e6e97f6

Browse files
authored
Merge pull request mendix#9163 from jdiehl/patch-77
Explain that remote entities can cause synchronization errors
2 parents aff499a + 5b709bb commit e6e97f6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

content/en/docs/refguide/modeling/domain-model/entities/external-entities.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,5 +190,6 @@ Furthermore, external entities cannot be committed. Use the [Send External Objec
190190

191191
* The **Commit** activity does not work. Use **Send External Object** instead.
192192
* On pages, the [Save button](/refguide/button-widgets/) and the [Save Changes event](/refguide/on-click-event/#save-changes) do not work when the page contains widgets that update external entities. Call a microflow that persists the changes using **Send External Object** instead.
193+
* When synchronizing remote entities to an offline-first client while the remote service is offline, the synchronization will fail and users will see an error.
193194

194195
For more details on consuming services and published entities, including operations that can be performed on external entities, see [Consume Registered Assets](/catalog/consume/) in the *Data Hub Guide*.

0 commit comments

Comments
 (0)