You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/developer/common-data-service/time-zone-entities.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: "Time zone entities (Common Data Service) | Microsoft Docs"# Intent and product brand in a unique string of 43-59 chars including spaces
3
3
description: "The time zone entities contain time zone information, such as supported time zone, time zone code, localized time zone, storing information on how times are calculated."# 115-145 characters including spaces. This abstract displays in the search result.
4
4
ms.custom: ""
5
-
ms.date: 10/31/2018
5
+
ms.date: 08/27/2020
6
6
ms.reviewer: "pehecke"
7
7
ms.service: powerapps
8
8
ms.topic: "article"
@@ -17,15 +17,16 @@ search.app:
17
17
---
18
18
# Time zone entities
19
19
20
-
The *time zone* entities can be used when you write code that works in multiple time zones. The following three read-only entities in Common Data Service contain time zone information:
20
+
> [!NOTE]
21
+
> The *time zone rule* entity is deprecated. The time conversion calculation is now provided by Microsoft Windows. Refer to this article for more information: [Microsoft policy in response to daylight saving time and time zone changes](https://support.microsoft.com/help/22803/daylight-saving-time).
22
+
23
+
The *time zone* entities can be used when you write code that works in multiple time zones. The following two read-only entities in Common Data Service contain time zone information:
21
24
22
-
- The *time zone definition entity* stores basic information about each supported time zone, including the time zone code and the standard time zone name.
25
+
- The *time zone definition entity* stores basic information about each supported time zone, including the time zone code and the standard time zone name.
23
26
24
27
- The *time zone localized name* entity stores the localized time zone names.
25
28
26
-
- The *time zone rule* entity stores information about how times are calculated.
27
-
28
-
The following table lists the messages that are related to time zones, but don’t refer to a specific entity.
29
+
The following table lists the messages that are related to time zones, but don’t refer to a specific entity.
29
30
30
31
|Message|Description|
31
32
|-------------|-----------------|
@@ -39,5 +40,4 @@ The *time zone* entities can be used when you write code that works in multiple
Copy file name to clipboardExpand all lines: powerapps-docs/developer/common-data-service/use-change-tracking-synchronize-data-external-systems.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: "Use change tracking to synchronize data with external systems (Common Data Service) | Microsoft Docs"# Intent and product brand in a unique string of 43-59 chars including spaces
3
3
description: "The change tracking feature provides a way to keep the data synchronized in an efficient manner by detecting what data has changed since the data was initially extracted or last synchronized"# 115-145 characters including spaces. This abstract displays in the search result.
4
4
ms.custom: ""
5
-
ms.date: 10/31/2018
5
+
ms.date: 09/01/2020
6
6
ms.reviewer: "pehecke"
7
7
ms.service: powerapps
8
8
ms.topic: "article"
@@ -128,7 +128,7 @@ System query options `$filter`, `$orderby` and `$top` are not supported when usi
128
128
129
129
<aname="BKMK_SampleCode"></a>
130
130
## Sample code
131
-
The following code snippet shows how the `RetrieveEntityChangesRequest` message is used to retrieve the changes for an entity. For the complete sample, see [Synchronize data with external systems using change tracking](https://go.microsoft.com/fwlink/p/?LinkId=533957).
131
+
The following code snippet shows how the `RetrieveEntityChangesRequest` message is used to retrieve the changes for an entity. For the complete sample, see [Synchronize data with external systems using change tracking](https://github.com/microsoft/PowerApps-Samples/tree/master/cds/orgsvc/C%23/Changetracking).
Copy file name to clipboardExpand all lines: powerapps-docs/developer/model-driven-apps/clientapi/reference/formContext-data-process/activeprocess/setActiveProcess.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ If there is an active instance of the process, the entity record is loaded with
30
30
31
31
|Name|Type|Required|Description|
32
32
|--|--|--|--|
33
-
|processInstanceId|String|Yes|The Id of the process to set as the active process.|
33
+
|processId|String|Yes|The Id of the process to set as the active process.|
34
34
|callbackFunction|Function|No|A function to call when the operation is complete. This callback function is passed one of the following string values to indicate whether the operation succeeded:<br/>- **success**: The operation succeeded.<br/>- **invalid**: The processId isn’t valid or the process isn’t enabled.|
Copy file name to clipboardExpand all lines: powerapps-docs/developer/model-driven-apps/clientapi/reference/formContext-data/save.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,9 @@ You can also set an object to control how appointment, recurring appointment, or
33
33
|successCallback|Function|No|A function to call when the operation succeeds.|
34
34
|errorCallback|Function|No|A function to call when the operation fails. An object with the following properties will be passed:<br/><br/>- **errorCode**: Number. The error code.<br/><br/>- **message**: String. A localized error message.|
35
35
36
+
[!NOTE]
37
+
> When working with forms, and you call the `formContext.data.save` method, make sure that you also call the [preventDefault](../save-event-arguments/preventDefault.md) to ensure that any default save operation is not triggered when a user saves the form.
Copy file name to clipboardExpand all lines: powerapps-docs/maker/canvas-apps/limits-and-config.md
+14-11Lines changed: 14 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@ ms.service: powerapps
6
6
ms.topic: conceptual
7
7
ms.custom: canvas
8
8
ms.reviewer: tapanm
9
-
ms.date: 03/19/2020
10
-
ms.author: lanced
9
+
ms.date: 08/31/2020
10
+
ms.author: gregli
11
11
search.audienceType:
12
12
- maker
13
13
search.app:
@@ -64,21 +64,24 @@ Calls made from an API connected through an app (for example, the SQL API or the
64
64
You should use these addresses if, for example, you must allow IP addresses for an Azure SQL database.
65
65
66
66
> [!IMPORTANT]
67
-
> If you have existing configurations, please update them as soon as possible before September 30, 2018 so they include and match the IP addresses in this list for the regions where your Power Apps apps exist.
67
+
> If you have existing configurations, please update them as soon as possible before September 30, 2018 so they include and match the IP addresses in this list for the regions where your Power Apps apps exist.
Copy file name to clipboardExpand all lines: powerapps-docs/maker/canvas-apps/share-app.md
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,13 @@
1
1
---
2
2
title: Share a canvas app | Microsoft Docs
3
3
description: Share your canvas app by giving other users permission to run or modify it
4
-
author: tapanm-msft
5
-
manager: kvivek
4
+
author: alaug
6
5
ms.service: powerapps
7
6
ms.topic: conceptual
8
7
ms.custom: canvas
9
-
ms.reviewer:
10
-
ms.date: 06/16/2020
11
-
ms.author: tapanm
8
+
ms.reviewer: tapanm
9
+
ms.date: 09/02/2020
10
+
ms.author: alaug
12
11
search.audienceType:
13
12
- maker
14
13
search.app:
@@ -170,7 +169,7 @@ Power Apps canvas apps can be shared with guest users of an Azure Active Directo
170
169
171
170
> [!NOTE]
172
171
> - Guests may only be assigned the **User** role, and not the **Co-owner** role, for apps shared with them.
173
-
> - Power Apps canvas app guest access leverages Azure B2B. Power Apps recognizes guests outlined by states 1 – 4 in the [Azure B2B documentation](https://docs.microsoft.com/azure/active-directory/b2b/user-properties). Power Apps can't recognize guests that authenticate using [Azure AD direct federation](https://docs.microsoft.com/azure/active-directory/b2b/direct-federation).
172
+
> - Power Apps canvas app guest access leverages Azure B2B. Power Apps recognizes guests outlined by states 1 – 4 in the [Azure B2B documentation](https://docs.microsoft.com/azure/active-directory/b2b/user-properties). Power Apps can't recognize guests that authenticate using [Azure AD direct federation](https://docs.microsoft.com/azure/active-directory/b2b/direct-federation) or [Email one-time passcode authentication](https://docs.microsoft.com/azure/active-directory/external-identities/one-time-passcode).
0 commit comments