Skip to content

Commit 5b709bb

Browse files
author
Jonathan Diehl
authored
Explain that remote entities can cause synchronization errors if remote service is down
1 parent 1b2ec10 commit 5b709bb

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)