Skip to content

Commit 2fd8b68

Browse files
authored
Live publish for 23 January 2020.
2 parents fef6e2c + 80d1716 commit 2fd8b68

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

powerapps-docs/developer/model-driven-apps/clientapi/reference/events/onprestagechange.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "OnPreStageChange Event (Client API reference) in model-driven apps in Power Apps| MicrosoftDocs"
3-
ms.date: 10/10/2019
4-
ms.service: crm-online
3+
ms.date: 01/23/2019
4+
ms.service: powerapps
55
ms.topic: reference
66
ms.assetid:
77
author: msftman
@@ -16,6 +16,11 @@ search.app:
1616

1717
This event occurs **Before** the stage of a business process flow control changes. This event occurs after the user selects the **Next Stage**, **Move to previous stage** or **Set Active Stage** buttons in the user interface or when a developer uses the `formContext.data.process.moveNext`, `formContext.data.process.movePrevious`, or `formContext.data.process.setActiveStage` methods.
1818

19+
> ![NOTE]
20+
> The onPreStageChange event is supported only:
21+
> - On the Unified Interface.
22+
> - For single-entity business process flows; it isn't supported for cross-entity processes.
23+
1924
From within a web resource script registered to the onPreStageChange event, a developer can invoke the following on the executionContext object passed into the web resource script:
2025

2126
`executionContext.getEventArgs().preventDefault();`
@@ -31,7 +36,7 @@ An execution context object is passed to event handlers for this event. You can
3136
- **getDirection**: Returns a string that is either “next” or “previous” to show the direction of the stage change.
3237
- **getStage**: Returns a stage object. Except when the navigation moves to a new entity, the stage returned represents the destination stage object,that is, the next active stage. When the navigation moves to a new entity, the stage is the stage being navigated from, that is, the previous active stage object. More information: [Stage methods](../formContext-data-process.md#stage-methods).
3338

34-
This client API is only supported on the unified client. The legacy web client does not support this client API.
39+
3540

3641
## Methods supported for this event
3742
- **formContext.data.process**.[addOnPreStageChange](../formcontext-data-process/eventhandlers/addOnPreStageChange.md) method to add event handlers for this event.

powerapps-docs/maker/canvas-apps/functions/function-dateadd-datediff.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The **TimeZoneOffset** function returns the number of minutes between the user's
2828

2929
You can use **DateAdd** with the **TimeZoneOffset** to convert between the user's local time and UTC (Coordinated Universal Time). Adding **TimeZoneOffset** will convert a local time to UTC, and subtracting it (adding the negative) will convert from UTC to local time.
3030

31-
Also see [Date, Time, and DateTime data types](/data-types#date-time-and-datetime) and [working with dates and times](../show-text-dates-times.md) for more information.
31+
Also see [Date, Time, and DateTime data types](../functions/data-types.md#date-time-and-datetime) and [working with dates and times](../show-text-dates-times.md) for more information.
3232

3333
## Syntax
3434
**DateAdd**( *DateTime*, *Addition* [, *Units* ] )

powerapps-docs/maker/portals/overview.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ ms.reviewer:
1313

1414
# What is Power Apps portals?
1515

16-
## Overview
17-
1816
Power Apps makers can now create a powerful new type of experience: external-facing websites that allow users outside their organizations to sign in with a wide variety of identities, create and view data in Common Data Service, or even browse content anonymously. The full capabilities of Dynamics 365 Portals, previously offered only as an add-on to model-driven apps in Dynamics 365, are now available completely standalone inside of Power Apps.
1917

2018
These capabilities feature a revamped end-to-end experience for makers to quickly create a website and customize it with pages, layout, and content. Makers can reuse page designs through templates, add forms and views to display key data from Common Data Service, and publish to users.
@@ -36,4 +34,4 @@ These capabilities feature a revamped end-to-end experience for makers to quickl
3634
#### Advanced portal customization
3735

3836
- [Portal management app](configure/configure-portal.md)
39-
- [Portal site settings](configure/configure-site-settings.md)
37+
- [Portal site settings](configure/configure-site-settings.md)

0 commit comments

Comments
 (0)