Skip to content

Commit a9355d4

Browse files
authored
Live publish
2 parents 9a5b794 + 1ee0a28 commit a9355d4

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

powerapps-docs/developer/data-platform/wildcard-characters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ More information: [Use the ConditionExpression class](org-service/use-conditione
4444
`startswith`<br/>
4545
`not startswith`<br/>
4646
`endswith`<br/>
47-
`notendswith`<br/>
47+
`not endswith`<br/>
4848

4949
More information: [Standard query functions](webapi/query-data-web-api.md#standard-query-functions)
5050

powerapps-docs/developer/model-driven-apps/best-practices/business-logic/do-not-use-odata-v2-endpoint.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "Describes the requirement to upgrade code to use Web API OData v4.
44
suite: powerapps
55
author: divkamath
66
ms.author: dikamath
7-
ms.date: 09/30/2022
7+
ms.date: 04/12/2023
88
ms.reviewer: jdaly
99
ms.topic: article
1010
ms.subservice: mda-developer
@@ -23,7 +23,9 @@ contributors:
2323

2424
There are no immediate symptoms, but code using this endpoint will stop working when the deprecated endpoint is removed.
2525

26-
We plan to remove this endpoint on April 30, 2023. [OData v2.0 Service removal date announcement](https://aka.ms/DataverseODataV2EndpointRemoval). The original removal date was November 11, 2022, but this was extended.
26+
The original removal date was November 11, 2022, but this was extended to April 30, 2023. We have decided not to remove the service on April 30, 2023.
27+
28+
We are going to defer the removal of this service to allow people more time to complete the transition of their code to use the Web API. If you have detected that you are still using this endpoint, you must prioritize transitioning this code to use Web API so you will be prepared when the final removal date is announced. More information: [OData v2.0 Service removal date announcement](https://aka.ms/DataverseODataV2EndpointRemoval).
2729

2830
## Guidance
2931

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Guidance for optimizing offline profiles for model-driven apps.
44
author: sericks007
55
ms.component: pa-user
66
ms.topic: quickstart
7-
ms.date: 07/08/2022
7+
ms.date: 04/12/2023
88
ms.subservice: mobile
99
ms.author: sericks
1010
ms.custom: ""
@@ -56,7 +56,8 @@ As you develop your offline profile and test with real or representative data, k
5656

5757
- Limit the total records synced to no more than 200,000.
5858
- Limit the number of tables to fewer than 100.
59-
- Limit the total data size to less than 4 GB. If your users use file, image, or timeline annotations, apply filters to reduce the total download size.
59+
- Limit the total data size to less than 1 GB.
60+
- Limit the total files and images size to less than 4 GB. Apply filters to reduce the total download size.
6061

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

0 commit comments

Comments
 (0)