Skip to content

Commit eadc210

Browse files
authored
Merge branch 'main' into patch-4
2 parents fc2152e + 356bb0a commit eadc210

File tree

4 files changed

+16
-8
lines changed

4 files changed

+16
-8
lines changed

powerapps-docs/maker/canvas-apps/embed-apps-dev.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ https://apps.powerapps.com/play/[AppID]?source=iframe
3838
For GCC users
3939

4040
```
41-
https://apps.gov.powerapps.us/play[AppID]?source=iframe
41+
https://apps.gov.powerapps.us/play/[AppID]?source=iframe
4242
```
4343

4444
> [!IMPORTANT]

powerapps-docs/maker/portals/add-form.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: neerajnandwana-msft
55

66
ms.topic: conceptual
77
ms.custom:
8-
ms.date: 04/20/2022
8+
ms.date: 04/06/2022
99
ms.subservice: portals
1010
ms.author: nenandw
1111
ms.reviewer: ndoelman
@@ -74,6 +74,9 @@ To add a form component:
7474
> [!div class=mx-imgBorder]
7575
> ![Form properties.](media/form-props.png "Form properties")
7676
77+
> [!NOTE]
78+
> By default, permissions are applied to components containing data. Making it visible to anyone, or only to specific roles, is done by managing table permissions.
79+
7780
### See also
7881

7982
- [Power Apps portals Studio](portal-designer-anatomy.md)

powerapps-docs/maker/portals/add-list.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: neerajnandwana-msft
55

66
ms.topic: conceptual
77
ms.custom:
8-
ms.date: 04/20/2022
8+
ms.date: 05/06/2022
99
ms.subservice: portals
1010
ms.author: nenandw
1111
ms.reviewer: ndoelman
@@ -63,6 +63,9 @@ To add list component:
6363
> [!div class=mx-imgBorder]
6464
> ![list properties.](media/list-props.png "List properties")
6565
66+
> [!NOTE]
67+
> By default, permissions are applied to components containing data. Making it visible to anyone, or only to specific roles, is done by managing table permissions.
68+
6669
### See also
6770

6871
- [Power Apps portals Studio](portal-designer-anatomy.md)

powerapps-docs/maker/portals/contact-us-sample.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: ankitavish
55

66
ms.topic: conceptual
77
ms.custom:
8-
ms.date: 12/06/2021
8+
ms.date: 06/05/2022
99
ms.subservice: portals
1010
ms.author: avishwakarma
1111
ms.reviewer: ndoelman
@@ -28,16 +28,18 @@ The contact us webpage can be viewed in Power Apps [portals Studio](portal-desig
2828

2929
- A [basic form component](add-form.md) named **Simple contact us form**, which is linked to the Dataverse table Feedback and set to Insert mode.
3030

31-
- An [iframe component](add-iframe.md) linked to Bing maps.
31+
- Earlier versions of the sample may have included an [iframe component](add-iframe.md) linked to a map url.
3232

3333
> [!NOTE]
34-
> The Bing maps link doesn't have any functionality or geo-___location enabled. It's provided as an example iframe component.
34+
> The maps link doesn't have any functionality or geo-___location enabled. It's provided as an example of a iframe component.
3535
3636
:::image type="content" source="media/contact-us-sample/contact-us-portalstudio.png" alt-text="Contact us page in portals Studio.":::
3737

3838
## Table permissions
3939

40-
To allow portal users to be able to insert records into the feedback table, [table permissions](/configure/assign-entity-permissions.md) are configured to provide Create, Read, Write, and Delete permissions for the Administrator, Anonymous User, and Authenticated User [web roles](/configure/create-web-roles.md).
40+
To allow portal users to be able to insert records into the feedback table, [table permissions](configure/assign-entity-permissions.md)
41+
42+
are configured to provide Create, Read, Write, and Delete permissions for the Administrator, Anonymous User, and Authenticated User [web roles](configure/create-web-roles.md).
4143

4244
:::image type="content" source="media/contact-us-sample/feedback-tablepermissions.png" alt-text="Feedback table permissions.":::
4345

@@ -46,7 +48,7 @@ To allow portal users to be able to insert records into the feedback table, [tab
4648
4749
## Basic form metadata
4850

49-
All the form fields that the **Contact us** form requires have been created using [basic form metadata](/configure/configure-basic-form-metadata.md). These settings can be viewed and modified using the [Portal Management app](/configure/configure-portal.md).
51+
All the form fields that the **Contact us** form requires have been created using [basic form metadata](configure/configure-basic-form-metadata.md). These settings can be viewed and modified using the [Portal Management app](configure/configure-portal.md).
5052

5153
:::image type="content" source="media/contact-us-sample/basicform-metadata.png" alt-text="Basic form metadata.":::
5254

0 commit comments

Comments
 (0)