Skip to content

Commit 40bc88a

Browse files
authored
Merge pull request MicrosoftDocs#4434 from MicrosoftDocs/2263982
portals terminology update follow up
2 parents 25d1cc4 + f6223d4 commit 40bc88a

File tree

5 files changed

+0
-10
lines changed

5 files changed

+0
-10
lines changed

powerapps-docs/maker/portals/configure/assign-entity-permissions.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ contributors:
1515

1616
# Configure security using table permissions
1717

18-
[!INCLUDE[cc-data-platform-banner](../../../includes/cc-data-platform-banner.md)]
19-
2018
To apply security in portals to individual records, use table permissions. You add table permissions to web roles so you can define roles in your organization that correspond logically to the privileges and concepts of record ownership and access that are introduced by using table permissions. Remember that a given contact can belong to any number of roles, and a given role can contain any number of table permissions. [!INCLUDE[proc-more-information](../../../includes/proc-more-information.md)] [Create web roles for portals](create-web-roles.md)
2119

2220
Although permissions to change and access URLs in a portal site map is granted via Content Authorization, site managers will also want to secure their custom web applications built with basic forms and lists. [!INCLUDE[proc-more-information](../../../includes/proc-more-information.md)] [Define basic forms](entity-forms.md) and [Define lists](entity-lists.md)

powerapps-docs/maker/portals/configure/entity-forms.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ contributors:
1515

1616
# About basic forms
1717

18-
[!INCLUDE[cc-data-platform-banner](../../../includes/cc-data-platform-banner.md)]
19-
2018
A data-driven configuration to allow end users to add a form to collect data in the portal without the need for a developer to surface the form in the portal, basic forms are created in Microsoft Dataverse and then placed into webpages in the portal or used in conjunction with subgrids and lists to build out complete web applications. [!INCLUDE[proc-more-information](../../../includes/proc-more-information.md)] [About lists](entity-lists.md)
2119

2220
![Contact us form](../media/contact-us-form.png "Contact us form")

powerapps-docs/maker/portals/configure/entity-lists.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ contributors:
1515

1616
# About lists
1717

18-
[!INCLUDE[cc-data-platform-banner](../../../includes/cc-data-platform-banner.md)]
19-
2018
An list is a data-driven configuration that you use to add a webpage that will render a list of records without the need for a developer to surface the grid in the portal. By using lists, you can expose records for display on portals.
2119

2220
The grid supports sorting and will be paginated if the number of records is larger than the page size specified. If **Web Page for Details View** has been specified, each record will contain a link to the page, and the ID of the record will be appended to the query string along with the ID Query String Parameter Name. The list also supports multiple views. If more than one view has been specified, a drop-down list will be rendered to allow the user to switch between the various views.

powerapps-docs/maker/portals/liquid/portals-entity-tags.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ contributors:
1515

1616
# Dataverse entity tags
1717

18-
[!INCLUDE[cc-data-platform-banner](../../../includes/cc-data-platform-banner.md)]
19-
2018
Microsoft Dataverse entity tags are used to load and display Dataverse data, or use other Power Apps portals framework services. These tags are Dataverse-specific extensions to the Liquid language.
2119

2220
## chart

powerapps-docs/maker/portals/liquid/render-entity-list-current-page.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ contributors:
1515

1616
# Render the list associated with the current page
1717

18-
[!INCLUDE[cc-data-platform-banner](../../../includes/cc-data-platform-banner.md)]
19-
2018
Render the List associated with the current page as a paginated sortable table. Uses [entitylist](liquid-objects.md#entitylist), [entityview](liquid-objects.md#entityview), [Dataverse entity tags](portals-entity-tags.md), [page](liquid-objects.md#page), and [request](liquid-objects.md#request) parameters, and includes search and multiple view selection.
2119

2220
```xml

0 commit comments

Comments
 (0)