Skip to content

Commit e6d5c4e

Browse files
committed
Fixing link and removing outdated author
2 parents a8c3422 + 43e41c2 commit e6d5c4e

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

powerapps-docs/maker/model-driven-apps/model-driven-app-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.topic: overview
66
ms.component: model
77
ms.date: 08/07/2024
88
ms.subservice: mda-maker
9-
ms.author: v-roryneary
9+
ms.author: matp
1010
search.audienceType:
1111
- maker
1212
searchScope:

powerapps-docs/maker/model-driven-apps/use-command-designer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This article guides you through creating and editing modern commands using the c
1717

1818
## Open the app designer
1919

20-
Either [Create a new model-driven app using modern app designer](#create-a-new-model-driven-app-using-modern-app-designer) or [Open an existing model-driven app using modern app designer](#open-an-existing-model-driven-app-using-modern-app-designer).
20+
Either [Create a new model-driven app using modern app designer](#create-a-new-model-driven-app-using-modern-app-designer) or [Open an existing model-driven app using app designer](#open-an-existing-model-driven-app-using-app-designer).
2121

2222
### Create a new model-driven app using modern app designer
2323

powerapps-docs/mobile/mobile-offline-guidelines.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Guidance for optimizing offline profiles for model-driven apps.
44
author: trdehove
55
ms.component: pa-user
66
ms.topic: quickstart
7-
ms.date: 06/14/2024
7+
ms.date: 08/07/2024
88
ms.subservice: mobile
99
ms.author: trdehove
1010
ms.custom: ""
@@ -32,6 +32,7 @@ As you develop your offline profile and test with real or representative data, k
3232
- Limit the number of tables to fewer than 100.
3333
- Limit the total data size to less than 1 GB.
3434
- Limit the total files and images size to less than 4 GB. Apply filters to reduce the total download size.
35+
- Reduce the number of records downloaded in tables that change frequently by filtering on fields like status, group, region, owner, or assigned to.
3536

3637
If your app's offline data exceeds these recommendations, users will see slower syncs, higher data usage, higher battery usage, and slower app performance.
3738

@@ -119,6 +120,8 @@ If a custom filter results in a slow Dataverse query, downloads will take longer
119120

120121
- Avoid using many **OR** conditions.
121122

123+
- Avoid using small time windows to reduce data downloads on tables that change frequently. If a table in your offline profile is large and changes frequently, reduce the number of records downloaded by filtering on fields like status, group, region, owner, or assigned to.
124+
122125
### Optimize downloaded data with Offline Table Column Selection (Preview)
123126

124127
> [!IMPORTANT]

0 commit comments

Comments
 (0)