Skip to content

Commit fcb508c

Browse files
committed
Fixing additional asterisks
1 parent cb6eae2 commit fcb508c

File tree

8 files changed

+17
-18
lines changed

8 files changed

+17
-18
lines changed

powerapps-docs/maker/canvas-apps/functions/function-filter-lookup.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: Filter, Search, and LookUp functions in Power Apps (contains video)
33
description: Reference information including syntax and examples for the Filter, Search, and LookUp functions in Power Apps.
44
author: gregli-msft
5-
65
ms.topic: reference
76
ms.custom: canvas
87
ms.reviewer: tapanm
@@ -116,7 +115,7 @@ The following examples use the **IceCream** [data source](../working-with-data-s
116115

117116
In many apps, you can type one or more characters into a search box to filter a list of records in a large data set. As you type, the list shows only those records that match the search criteria.
118117

119-
The examples in the rest of this topic show the results of searching a list, named **Customers, that contain this data:
118+
The examples in the rest of this topic show the results of searching a list, named **Customers**, that contain this data:
120119

121120
![Search on customers.](media/function-filter-lookup/customers.png "Search on customers")
122121

powerapps-docs/maker/data-platform/data-platform-create-entity.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ Sign in to Power Apps at [https://make.powerapps.com](https://make.powerapps.com
4141

4242
|Section |Column |Description |
4343
|---------|---------|---------|
44-
|Required columns | **Display name ** | This is the singular name for the table that will be shown in the app. This can be changed later. |
45-
|Required columns | **Plural display name ** | This is the plural name for the table that will be shown in the app. This can be changed later. |
46-
|Required columns | **Display Name** (Primary column) | By default, every table contains a **Primary Name Column**, which is used by lookup columns when establishing relationships with other tables. Typically the primary name column stores the name or primary description of the data stored in the table. You may update the name and display name of the primary name column before saving the table for the first time. Also, observe that the primary name column also has its own **Name** box, which functions similarly to the table name described above. The primary name column name is autopopulated when a display name is entered, uses the same prefix as the table, and cannot be changed after the table is created. |
44+
|Required columns | **Display name** | This is the singular name for the table that will be shown in the app. This can be changed later. |
45+
|Required columns | **Plural display name** | This is the plural name for the table that will be shown in the app. This can be changed later. |
46+
|Required columns | **Display name** (Primary Name Column) | By default, every table contains a **Primary Name Column**, which is used by lookup columns when establishing relationships with other tables. Typically the primary name column stores the name or primary description of the data stored in the table. You may update the name and display name of the primary name column before saving the table for the first time. Also, observe that the primary name column also has its own **Name** box, which functions similarly to the table name described above. The primary name column name is autopopulated when a display name is entered, uses the same prefix as the table, and cannot be changed after the table is created. |
4747
|Required columns | **Name** | This column is pre-populated based on the **Primary Column Display name** you enter. It includes the customization prefix for the Dataverse solution publisher. You cannot change this after the table is saved. <br /> <br /> In order for the table name to work with [Dynamics 365 for Customer Service embedded knowledge search](/dynamics365/customer-engagement/customer-service/set-up-knowledge-management-embedded-knowledge-search), the maximum table name length including the publisher prefix can’t exceed 24 characters. |
4848
| Required columns | **Enable attachments** | Adds the attachments control to the table. The control is used to add or remove files and notes to records. Enabling this option lets users add files, such as document files from their computer or existing photos from a mobile device. Attached files can be up to 10 MB in size. Once this option is set, it can’t be changed after the table is created. |
4949
|**Description** | **Description** | Expand **More settings** > **Description**. You can enter a description for your table if you wish. Descriptions are helpful if other people will use this table. |

powerapps-docs/maker/model-driven-apps/add-edit-app-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The app designer has two main areas. On the left side is the canvas, where app c
5656
> [!div class="mx-imgBorder"]
5757
> ![App designer components.](../model-driven-apps/media/app-designer-canvas-components-tab.png "App designer components")
5858
59-
The canvas includes areas for the **Site Map**, *Business Process Flow**, **Dashboards**, and **Tables**.
59+
The canvas includes areas for the **Site Map**, **Business Process Flow**, **Dashboards**, and **Tables**.
6060

6161
After the tables are in place, select each table and add the required table assets such as forms, views, and charts to it.
6262

powerapps-docs/maker/model-driven-apps/create-edit-views.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Views can be developed through the table designer or the app designer.
5050

5151
## Types of views
5252

53-
There are three types of views: *personal*, *system, and *public*.
53+
There are three types of views: *personal*, *system*, and *public*.
5454

5555
- **Personal view** - Personal views are owned by individuals and only visible to that person unless they share their personal views with others.
5656
- **System view** - As a system administrator or system customizer, you can edit system views. System views are special views the application depends on, which exist for system tables or are automatically created when you create custom tables. These views have specific purposes and some additional capabilities.

powerapps-docs/maker/model-driven-apps/monitor-form-checker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ There are two ways to open a Monitor session.
7575
7676
## Use Monitor to understand form behavior
7777

78-
For each row with Monitor, detailed information about the form event can be reviewed. For example, imagine you have a question about an error taking place within the form. You go to that form in the app and select the appropriate form component. Then return to the browser with Monitor enabled and review the results either with or without filtering. In this case, there is an error on the composite control. By expanding the Properties,** you can learn more about the event itself.
78+
For each row with Monitor, detailed information about the form event can be reviewed. For example, imagine you have a question about an error taking place within the form. You go to that form in the app and select the appropriate form component. Then return to the browser with Monitor enabled and review the results either with or without filtering. In this case, there is an error on the composite control. By expanding the **Properties**, you can learn more about the event itself.
7979

8080
> [!div class="mx-imgBorder"]
8181
> ![Monitoring a related menu.](media/monitor-formchecker-related-menu.png)

powerapps-docs/maker/model-driven-apps/share-model-driven-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,15 +188,15 @@ To get the direct link to an app:
188188

189189
These predefined roles are available with Dataverse.
190190

191-
|Security role |*Privileges |Description |
191+
|Security role |Privileges<sup>1</sup> |Description |
192192
|---------|---------|---------|
193193
|Environment Maker | None | Can create new resources associated with an environment including apps, connections, custom APIs, gateways, and flows using Power Automate. However, does not have any privileges to access data within an environment. More information: [Environments overview](https://powerapps.microsoft.com/blog/powerapps-environments/) |
194194
|System Administrator | Create, Read, Write, Delete, Customizations, Security Roles | Has full permission to customize or administer the environment, including creating, modifying, and assigning security roles. Can view all data in the environment. More information: [Privileges required for customization](/dynamics365/customer-engagement/customize/privileges-required-customization) |
195195
|System Customizer | Create (self), Read (self), Write (self), Delete (self), Customizations | Has full permission to customize the environment. However, can only view records for environment tables that they create. More information: [Privileges required for customization](/dynamics365/customer-engagement/customize/privileges-required-customization) |
196196
|Basic User | Read, Create (self), write (self), delete (self) | Can run an app within the environment and perform common tasks for the records that they own. |
197197
|Delegate | Act on behalf of another user | Allows code to run as another user or impersonate. Typically used with another security role to allow access to records. More information: [Impersonate another user](/dynamics365/customer-engagement/developer/org-service/impersonate-another-user) |
198198

199-
*Privilege is global scope unless specified otherwise.
199+
<sup>1</sup>Privilege is global scope unless specified otherwise.
200200

201201
## Use Azure Active Directory groups to manage access
202202

powerapps-docs/maker/model-driven-apps/special-field-properties-legacy.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,20 @@ search.app:
2727
![special-properties-dialog.](media/special-properties.png)
2828

2929
<a name="BKMK_LookupFieldProperties"></a>
30-
30+
3131
## Lookup column properties
3232

3333
> [!NOTE]
34-
> The options described in the table below are available only for single-table lookup columns.
34+
> The options described in the table below are available only for single-table lookup columns.
3535
3636
|Section|Property|Description|
3737
|-------------|--------------|-----------------|
38-
|**Related Rows Filtering**|**Only show rows where**|When this is enabled, the rows that display when users search for a row will have additional filtering applied. This helps provide more relevant searches when setting the value of the lookup.<br /><br /> By default, this is turned off.<br /><br /> The relationship combinations that are possible when you filter related rows are listed in the table following this one.*<br /><br /> The first list is populated with all the potential relationships you can use to filter this lookup. Select one.<br /><br /> The second list is then populated with all relationships that connect the related table (selected in first list) to the target table. Select one.<br /><br /> Select the **Allow users to turn off filter** check box to give users the option to turn off the filter you define here.<br /><br /> When users select the **Look Up More Rows** option while setting the value for a lookup, they see this dialog box.<br /><br /> ![look-up-more-records.](media/crm-ua-v-8-1-look-up-more-records.png) <br /><br /> If you’ve selected the **Allow users to turn off filter** option while configuring the lookup column, users will see the check box to turn off the filter. This makes it possible for them to see a wider range of rows. If you want to make sure that users only see a limited range of rows defined by this filter, clear the **Allow users to turn off filter** check box.|
38+
|**Related Rows Filtering**|**Only show rows where**|When this is enabled, the rows that display when users search for a row will have additional filtering applied. This helps provide more relevant searches when setting the value of the lookup.<br /><br /> By default, this is turned off.<br /><br /> The relationship combinations that are possible when you filter related rows are listed in the table following this one.<br /><br /> The first list is populated with all the potential relationships you can use to filter this lookup. Select one.<br /><br /> The second list is then populated with all relationships that connect the related table (selected in first list) to the target table. Select one.<br /><br /> Select the **Allow users to turn off filter** check box to give users the option to turn off the filter you define here.<br /><br /> When users select the **Look Up More Rows** option while setting the value for a lookup, they see this dialog box.<br /><br /> ![look-up-more-records.](media/crm-ua-v-8-1-look-up-more-records.png) <br /><br /> If you’ve selected the **Allow users to turn off filter** option while configuring the lookup column, users will see the check box to turn off the filter. This makes it possible for them to see a wider range of rows. If you want to make sure that users only see a limited range of rows defined by this filter, clear the **Allow users to turn off filter** check box.|
3939
|**Additional Properties**|**Display Search Box in lookup dialog**|You can choose not to display the search box in the lookup dialog.|
4040
||**Default View**|This view is used to filter the results of the inline search and set the default view shown in the lookup dialog when users select the **Look Up More Rows** option.<br /><br /> The default view also controls which columns are included in the inline lookup.<br /><br /> For lookups that only allow selection of a single table type, the columns displayed in the inline lookup are set to be the first two columns included in the default view. In this example, **Main Phone** and **Email** are the first two columns in the default view configured for an account lookup.<br /><br /> For system lookups that allow for multiple table types, the first two columns of the table lookup view are shown.|
4141
||**View Selector**|You can choose from three options:<br /><br /> - **Off**: Don’t allow users to choose a different view.<br />- **Show All Views**: All views are available.<br />- **Show Selected Views**: When you choose this option you can use the Ctrl key and your cursor to choose which views to show. The Lookup view for the table can’t be de-selected.|
4242

43-
**\*Possible Relationship Combinations**
43+
### Possible relationship combinations
4444

4545
|First list relationship|Second list relationship|Available?|
4646
|-----------------------------|------------------------------|----------------|
@@ -67,7 +67,8 @@ search.app:
6767

6868
<a name="BKMK_MultipleLinesOfTextProperties"></a>
6969

70-
### Multiple lines of text column properties
71-
Multiple lines of text and single line of text columns that use the `Text Area` format have a **Row Layout** property. With this property you can specify a value for **Number of Rows** or select **Automatically expand to use available space**.
70+
### Multiple lines of text column properties
71+
72+
Multiple lines of text and single line of text columns that use the `Text Area` format have a **Row Layout** property. With this property you can specify a value for **Number of Rows** or select **Automatically expand to use available space**.
7273

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

powerapps-docs/teams/integrate-planner.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: Integrate your Teams Power App with Planner (contains video)
33
description: Learn how to make your Power Apps in Teams work with Planner.
44
author: joel-lindstrom
5-
65
ms.topic: conceptual
76
ms.custom:
87
ms.date: 08/25/2021
@@ -37,7 +36,7 @@ In this section, we'll create a new Teams team and then create an app within tha
3736

3837
1. To create a new team, select the **Teams** tab > select **Join or create a team** > select **Create Team** > select **From Scratch** > select **Public**, and give the team a name such as "Planner Integration". And then, select **Create**.
3938

40-
1. Select and add any members in your organization that you'd like to add to the team for testing purposes, and select *Add**.
39+
1. Select and add any members in your organization that you'd like to add to the team for testing purposes, and select **Add**.
4140

4241
1. Select **Close**.
4342

0 commit comments

Comments
 (0)