Skip to content

Commit f5f15db

Browse files
authored
Live publish
2 parents 9167638 + c447720 commit f5f15db

File tree

8 files changed

+179
-145
lines changed

8 files changed

+179
-145
lines changed

powerapps-docs/maker/TOC.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1785,11 +1785,13 @@
17851785
href: ./portals/release-updates.md
17861786
- name: Version updates
17871787
items:
1788-
- name: Version 9.3.3.x
1789-
href: ./portals/versions/version-9.3.3.x.md
17901788
- name: Version 9.3.4.x
17911789
href: ./portals/versions/version-9.3.4.x.md
1792-
- name: Starter Portal package updates
1790+
- name: Version 9.3.3.x
1791+
href: ./portals/versions/version-9.3.3.x.md
1792+
- name: Versions before 9.3.3.x
1793+
href: ./portals/versions/versions-before-9.3.3.x.md
1794+
- name: Starter portal package updates
17931795
items:
17941796
- name: Package 9.2.2103.x
17951797
href: ./portals/versions/package-version-9.2.2103.md

powerapps-docs/maker/canvas-apps/functions/function-iferror.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ In the simple example described earlier:
8787
IfError( 1/x, 0 )
8888
```
8989

90-
The types of `1/x` and `0` were compatible as both were text strings. If they're not, the second argument will be coerced to match the type of the first argument.
90+
The types of `1/x` and `0` were compatible as both were numbers. If they're not, the second argument will be coerced to match the type of the first argument.
9191

9292
Excel will display **#DIV/0!** when a division by zero occurs.
9393

@@ -190,4 +190,4 @@ Using **IsError** will prevent any further processing of the error.
190190
[Formula reference for Power Apps](../formula-reference.md)
191191

192192

193-
[!INCLUDE[footer-include](../../../includes/footer-banner.md)]
193+
[!INCLUDE[footer-include](../../../includes/footer-banner.md)]

powerapps-docs/maker/model-driven-apps/add-documents-tab-entity-main-form.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,10 @@ Adding a tab on a table main form to display SharePoint documents helps users di
3030
> [!IMPORTANT]
3131
> To use this feature you must enable document management. More information: [Manage your documents using SharePoint](/dynamics365/customer-engagement/admin/manage-documents-using-sharepoint)
3232
33-
## Add the documents tab in the FormXML
33+
## Add the documents tab in the FormXML
34+
3435
1. Create a new solution. Sign-in to Power Apps and go to **Solutions**, select **New solution** and then enter the required and optional information. More information: [Create a solution](../data-platform/create-solution.md)
35-
2. Add the table to the solution where you want to add the documents tab on the main form. All standard and custom tables are supported. More information: [Add an existing component to a solution](/powerapps/maker/model-driven-apps/solutions-overview#add-an-existing-component-to-a-solution)
36+
2. Add the table to the solution where you want to add the documents tab on the main form. All standard and custom tables are supported. More information: [Add solution components](../data-platform/create-solution.md#add-solution-components)
3637
3. Include the form for the table in the solution, such as the main form for the account table. Next to the table, select **...**, and then select **Edit**. Select the **Forms** tab. If the form you want is missing, add it.
3738

3839
4. Add a one-column tab to the main form. To do this, in the form designer select an area on the form canvas, select **Add Component**, and then select **1 Column Tab**.
@@ -96,6 +97,6 @@ Adding a tab on a table main form to display SharePoint documents helps users di
9697

9798

9899
### See also
99-
[Manage your documents using SharePoint](/dynamics365/customer-engagement/admin/manage-documents-using-sharepoint)
100-
100+
[Manage your documents using SharePoint](/dynamics365/customer-engagement/admin/manage-documents-using-sharepoint)
101+
101102
[!INCLUDE[footer-include](../../includes/footer-banner.md)]

powerapps-docs/maker/portals/configure/configure-oauth2-twitter.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: sandhangitmsft
55
ms.service: powerapps
66
ms.topic: conceptual
77
ms.custom:
8-
ms.date: 04/21/2021
8+
ms.date: 04/26/2021
99
ms.author: sandhan
1010
ms.reviewer: tapanm
1111
contributors:
@@ -18,6 +18,9 @@ contributors:
1818

1919
As explained in [Configure an OAuth 2.0 provider for portals](configure-oauth2-provider.md), Twitter is one of several identity providers that use the OAuth 2.0 protocol. To get started with configuring Twitter as the identity provider, select **Configure** from the [provider settings](use-simplified-authentication-configuration.md#add-configure-or-delete-an-identity-provider) page.
2020

21+
> [!IMPORTANT]
22+
> Twitter authentication for portals is temporarily unavailable because of the compatibility issues.
23+
2124
![Configure the Twitter app](media/use-simplified-authentication-configuration/configure-twitter.png "Configure the Twitter app")
2225

2326
## Step 1. Create a Twitter app

powerapps-docs/maker/portals/configure/configure-portal-authentication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: sandhangitmsft
55
ms.service: powerapps
66
ms.topic: conceptual
77
ms.custom:
8-
ms.date: 04/21/2021
8+
ms.date: 04/26/2021
99
ms.author: sandhan
1010
ms.reviewer: tapanm
1111
contributors:
@@ -38,7 +38,7 @@ The following table lists common identity providers for portals, the protocol th
3838
| LinkedIn | OAuth 2.0 | [LinkedIn](configure-oauth2-linkedin.md) |
3939
| Facebook | OAuth 2.0 | [Facebook](configure-oauth2-facebook.md) |
4040
| Google | OAuth 2.0 | [Google](configure-oauth2-google.md) |
41-
| Twitter | OAuth 2.0 | [Twitter](configure-oauth2-twitter.md) |
41+
| Twitter | OAuth 2.0 | [Twitter](configure-oauth2-twitter.md) <br> **Note**: Twitter authentication for portals is temporarily unavailable because of the compatibility issues. |
4242
| Local authentication <br>(not recommended) | Not applicable | [Local authentication](set-authentication-identity.md) |
4343

4444
> [!NOTE]

0 commit comments

Comments
 (0)