From f67082cde64f3e1def3ea040790a1d621d700d8d Mon Sep 17 00:00:00 2001 From: ConnorLand Date: Fri, 1 Nov 2024 16:20:32 +0100 Subject: [PATCH] Resolve feedback 8563 --- .../offlinefirst-data/synchronization.md | 2 ++ .../refguide/modeling/app-explorer/app/navigation/_index.md | 4 +++- content/en/docs/refguide8/mobile/offline-first.md | 2 ++ .../menus/view-menu/project-explorer/project/navigation.md | 4 +++- .../offlinefirst-data/synchronization.md | 2 ++ .../refguide9/modeling/app-explorer/app/navigation/_index.md | 4 +++- 6 files changed, 15 insertions(+), 3 deletions(-) diff --git a/content/en/docs/refguide/mobile/building-efficient-mobile-apps/offlinefirst-data/synchronization.md b/content/en/docs/refguide/mobile/building-efficient-mobile-apps/offlinefirst-data/synchronization.md index ed9aafd4dc8..4295b40cd32 100644 --- a/content/en/docs/refguide/mobile/building-efficient-mobile-apps/offlinefirst-data/synchronization.md +++ b/content/en/docs/refguide/mobile/building-efficient-mobile-apps/offlinefirst-data/synchronization.md @@ -109,6 +109,8 @@ If you have custom widgets or JavaScript actions which use an entity that cannot {{< figure src="/attachments/refguide/mobile/offline-first/custom-synchronization-configs.png" alt="custom synchronization" width="450" class="no-border" >}} +For each entity the **Synchronization mode** is shown. A default is automatically determined by analyzing the model, but can be overridden by the developer in which case the setting will appear in boldface. + ### Limitations Please be aware of the following limitation affecting synchronization: diff --git a/content/en/docs/refguide/modeling/app-explorer/app/navigation/_index.md b/content/en/docs/refguide/modeling/app-explorer/app/navigation/_index.md index 35e98be74a1..24f11987b34 100644 --- a/content/en/docs/refguide/modeling/app-explorer/app/navigation/_index.md +++ b/content/en/docs/refguide/modeling/app-explorer/app/navigation/_index.md @@ -132,7 +132,9 @@ This deletes the profile. If [Menus and Navigation](/refguide/menu-widgets/) are Only available on profiles supporting offline synchronization. -This opens the **Customize offline synchronization** dialog box that is used for overriding offline synchronization settings for specific entities. For each entity the download setting is shown. A default is automatically determined by analyzing the model, but can be overridden in which case the setting will appear in boldface. For more details on the settings and when to use them, see the [Offline-First Reference Guide](/refguide/mobile/building-efficient-mobile-apps/offlinefirst-data/synchronization/#customizable-synchronization). +This opens the **Customize offline synchronization** dialog box that is used for overriding offline synchronization settings for specific entities. For each entity the download setting is shown. A default is automatically determined by analyzing the model, but can be overridden by the developer in which case the setting will appear in boldface. + +For more details on the settings and when to use them, see the [Offline-First Reference Guide](/refguide/mobile/building-efficient-mobile-apps/offlinefirst-data/synchronization/#customizable-synchronization). {{< figure src="/attachments/refguide/modeling/app-explorer/app/navigation/customize-offline-synchronization.png" class="no-border" >}} diff --git a/content/en/docs/refguide8/mobile/offline-first.md b/content/en/docs/refguide8/mobile/offline-first.md index 46bf9e17b78..2e3d97b1c80 100644 --- a/content/en/docs/refguide8/mobile/offline-first.md +++ b/content/en/docs/refguide8/mobile/offline-first.md @@ -109,6 +109,8 @@ If you have custom widgets or JavaScript actions which use an entity that cannot {{< figure src="/attachments/refguide8/mobile/offline-first/custom-sync.png" alt="custom synchronization" width="450" class="no-border" >}} +For each entity the **Synchronization mode** is shown. A default is automatically determined by analyzing the model, but can be overridden by the developer in which case the setting will appear in boldface. + ### Limitations Running multiple synchronization processes at the same time is not supported, regardless the of the type (**full** or **selective**). For more information, see the [Limitations](/refguide8/synchronize/#limitations) section of the *Synchronize Reference Guide*. diff --git a/content/en/docs/refguide8/modeling/menus/view-menu/project-explorer/project/navigation.md b/content/en/docs/refguide8/modeling/menus/view-menu/project-explorer/project/navigation.md index cdbf6504aca..58286c33aa0 100644 --- a/content/en/docs/refguide8/modeling/menus/view-menu/project-explorer/project/navigation.md +++ b/content/en/docs/refguide8/modeling/menus/view-menu/project-explorer/project/navigation.md @@ -134,7 +134,9 @@ This deletes the profile. If [menu widgets](/refguide8/menu-widgets/) are still Only available on profiles supporting offline synchronization. -This opens the **Customize offline synchronization** dialog box that is used for overriding offline synchronization settings for specific entities. For each entity the download setting is shown. A default is automatically determined by analyzing the model, but can be overridden in which case the setting will appear in boldface. For more details on the settings and when to use them, see the [Offline-First Reference Guide](/refguide8/offline-first/#customizable-synchronization). +This opens the **Customize offline synchronization** dialog box that is used for overriding offline synchronization settings for specific entities. For each entity the download setting is shown. A default is automatically determined by analyzing the model, but can be overridden by the developer in which case the setting will appear in boldface. + +For more details on the settings and when to use them, see the [Offline-First Reference Guide](/refguide8/offline-first/#customizable-synchronization). {{< figure src="/attachments/refguide8/modeling/menus/view-menu/project-explorer/project/navigation/customize-offline-synchronization.png" class="no-border" >}} diff --git a/content/en/docs/refguide9/mobile/building-efficient-mobile-apps/offlinefirst-data/synchronization.md b/content/en/docs/refguide9/mobile/building-efficient-mobile-apps/offlinefirst-data/synchronization.md index 1379c35083e..03728252560 100644 --- a/content/en/docs/refguide9/mobile/building-efficient-mobile-apps/offlinefirst-data/synchronization.md +++ b/content/en/docs/refguide9/mobile/building-efficient-mobile-apps/offlinefirst-data/synchronization.md @@ -112,6 +112,8 @@ If you have custom widgets or JavaScript actions which use an entity that cannot {{< figure src="/attachments/refguide9/mobile/offline-first/custom-synchronization-configs.png" alt="custom synchronization" width="450" class="no-border" >}} +For each entity the **Synchronization mode** is shown. A default is automatically determined by analyzing the model, but can be overridden by the developer in which case the setting will appear in boldface. + ### Limitations Please be aware of the following limitation affecting synchronization: diff --git a/content/en/docs/refguide9/modeling/app-explorer/app/navigation/_index.md b/content/en/docs/refguide9/modeling/app-explorer/app/navigation/_index.md index 994205003bc..0f73be7dad8 100644 --- a/content/en/docs/refguide9/modeling/app-explorer/app/navigation/_index.md +++ b/content/en/docs/refguide9/modeling/app-explorer/app/navigation/_index.md @@ -138,7 +138,9 @@ This deletes the profile. If [Menus and Navigation](/refguide9/menu-widgets/) ar Only available on profiles supporting offline synchronization. -This opens the **Customize offline synchronization** dialog box that is used for overriding offline synchronization settings for specific entities. For each entity the download setting is shown. A default is automatically determined by analyzing the model, but can be overridden in which case the setting will appear in boldface. For more details on the settings and when to use them, see the [Offline-First Reference Guide](/refguide9/mobile/building-efficient-mobile-apps/offlinefirst-data/synchronization/#customizable-synchronization). +This opens the **Customize offline synchronization** dialog box that is used for overriding offline synchronization settings for specific entities. For each entity the download setting is shown. A default is automatically determined by analyzing the model, but can be overridden by the developer in which case the setting will appear in boldface. + +For more details on the settings and when to use them, see the [Offline-First Reference Guide](/refguide9/mobile/building-efficient-mobile-apps/offlinefirst-data/synchronization/#customizable-synchronization). {{< figure src="/attachments/refguide9/modeling/app-explorer/app/navigation/customize-offline-synchronization.png" class="no-border" >}}