Skip to content

Commit 471b07e

Browse files
committed
Added remote key out-of-sync limitation
1 parent 1b7916c commit 471b07e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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+
* Deleting an object of a published entity (which may be consumed as an **External Entity**) on the Publishing side and re-creating it with the same OData key, can lead to discrepencies.
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*.

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

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

193193
* The **Commit** activity does not work. Use **Send External Object** instead.
194194
* On pages, the [Save button](/refguide9/button-widgets/) and the [Save Changes event](/refguide9/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.
195+
* Deleting an object of a published entity (which may be consumed as an **External Entity**) on the Publishing side and re-creating it with the same OData key, can lead to discrepencies.
195196

196197
For more details on consuming services and exposed 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)