Skip to content

Commit 8a238d9

Browse files
authored
Merge pull request #8009 from MicrosoftDocs/main
updating working
2 parents f7c9bd1 + 990d6cd commit 8a238d9

16 files changed

+102
-27
lines changed

powerapps-docs/developer/data-platform/org-service/samples/web-access-plugin.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Sample: Web access from a plug-in (Microsoft Dataverse) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces
33
description: "Learn how to write a plug-in that can access resources on the World Wide Web." # 115-145 characters including spaces. This abstract displays in the search result.
4-
ms.date: 04/06/2022
4+
ms.date: 04/10/2023
55
author: divkamath
66
ms.author: dikamath
77
ms.reviewer: pehecke
@@ -21,7 +21,7 @@ This sample shows how to write a plug-in that can access web (network) resources
2121

2222
## How to run this sample
2323

24-
1. Download or clone the [Samples](https://github.com/Microsoft/PowerApps-Samples) repo so that you have a local copy. This sample is located under PowerApps-Samples-master\cds\orgsvc\C#\WebAccessPlugin.
24+
1. Download or clone the [Samples](https://github.com/Microsoft/PowerApps-Samples) repo so that you have a local copy. This sample is located under PowerApps-Samples-master\dataverse\orgsvc\C#\WebAccessPlugin.
2525
1. There are two different plug-in class examples:
2626
- WebClientPlugin uses [WebClient Class](/dotnet/api/system.net.webclient)
2727
- HttpClientPlugin uses [HttpClient Class](/dotnet/api/system.net.http.httpclient)

powerapps-docs/developer/data-platform/register-plug-in.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Register a plug-in (Microsoft Dataverse) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces
33
description: "Learn how to register a plug-in in a step of the Microsoft Dataverse event pipeline." # 115-145 characters including spaces. This abstract displays in the search result.
4-
ms.date: 07/12/2022
4+
ms.date: 04/07/2023
55
ms.reviewer: "pehecke"
66
ms.topic: "article"
77
author: "divkamath" # GitHub ID
@@ -46,7 +46,7 @@ This topic describes how to register a plug-in assembly and step, and add them t
4646

4747
You'll use the Plug-in Registration tool (PRT) to register your plug-in assemblies and steps.
4848

49-
PRT is one of the tools available for download from NuGet. Follow the instructions in [Dataverse development tools](download-tools-nuget.md). That topic includes instructions to use a PowerShell script to download the latest tools from NuGet.
49+
PRT is one of the tools available for download from NuGet. Follow the instructions in [Dataverse development tools](download-tools-nuget.md). That topic includes Power Platform CLI instructions to download PRT and other development tools from NuGet.
5050

5151
After you download the PRT, use the [Connect using the Plug-in Registration tool](tutorial-write-plug-in.md#connect-using-the-plug-in-registration-tool) steps in the [Tutorial: Write and register a plug-in](tutorial-write-plug-in.md) to connect to your Microsoft Dataverse environment.
5252

powerapps-docs/maker/TOC.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2413,8 +2413,8 @@
24132413
href: ./data-platform/define-alternate-keys-solution-explorer.md
24142414
- name: "How to guides: Table"
24152415
items:
2416-
- name: How to create tables using solution explorer
2417-
href: ./data-platform/create-edit-entities-solution-explorer.md
2416+
- name: Automatically add columns to forms and views
2417+
href: ./data-platform/update-forms-and-views.md
24182418
- name: How to open table data in Excel
24192419
href: ./data-platform/data-platform-excel-addin.md
24202420
- name: How to define alternate keys
@@ -2433,6 +2433,8 @@
24332433
href: ./data-platform/virtual-entity-documentdb-provider-requirements.md
24342434
- name: How to work with virtual table
24352435
href: ./data-platform/virtual-entity-walkthrough-using-odata-provider.md
2436+
- name: How to create tables using solution explorer
2437+
href: ./data-platform/create-edit-entities-solution-explorer.md
24362438
- name: Work with table relationships
24372439
href: ./data-platform/relationships-overview.md
24382440
items:

powerapps-docs/maker/canvas-apps/controls/control-stream-video.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,5 +116,8 @@ Provide closed captions and/or transcript if the video content has color contras
116116
* Focus indicators must be clearly visible. Use **[FocusedBorderColor](properties-color-border.md)** and **[FocusedBorderThickness](properties-color-border.md)** to achieve this.
117117
* **AutoStart** should be false because it can be difficult for keyboard users to stop playback quickly.
118118

119+
### Known issue
120+
Microsoft Stream appears as a connection in the [connection consent dialog](/power-apps/maker/canvas-apps/connections-list#connection-consent-dialog) although it is a control. The control will appear in the app regardless of what actions the end-user takes in the connection consent dialog. The Microsoft Stream control will only display video for end-users that have permissions to the content presented in the control.
121+
119122

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

powerapps-docs/maker/data-platform/create-edit-entities-portal.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,10 @@ From the table hub, select **Edit** to open the table designer. The table design
140140

141141
:::image type="content" source="media/table-hub.gif" alt-text="Table hub video":::
142142

143+
#### Update forms and views
144+
145+
From the table hub, select **Update forms and views** to add selected columns to forms and views in this table without having to edit them in the form and view designers. More information: [Update forms and views using table designer](update-forms-and-views.md)
146+
143147
## Delete a table
144148

145149
As someone with the system administrator security role, you can delete custom tables that aren’t part of a managed solution.
Loading
Loading
Loading
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
---
2+
title: Update forms and views using table designer | Microsoft Docs
3+
description: Learn how to update your forms and views without manually editing them in the form and view designer.
4+
author: travshu77
5+
manager:
6+
ms.topic: how-to
7+
ms.date: 04/05/2023
8+
ms.subservice: dataverse-maker
9+
ms.author: yueshu
10+
ms.reviewer: matp
11+
search.audienceType:
12+
- maker
13+
search.app:
14+
- PowerApps
15+
- D365CE
16+
---
17+
18+
# Update forms and views using table designer (preview)
19+
20+
[!INCLUDE [cc-beta-prerelease-disclaimer](../../includes/cc-beta-prerelease-disclaimer.md)]
21+
22+
Create columns directly in the table hub or table designer, which will then be added to your forms and views. In this walkthrough, you'll learn how to simply add the columns you created to forms and views of this table without manually doing so in the form or view designer.
23+
24+
> [!IMPORTANT]
25+
> This is a preview feature.
26+
27+
## Using table hub and table designer
28+
29+
1. Sign in to [Power Apps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc).
30+
31+
2. In the left navigation pane, select **Tables**, and then select the table that you want to update from the table list. In the table hub and table designer, there's an **Update forms and views** option that allows you to directly add columns to selected forms and views in this table.
32+
33+
:::image type="content" source="media/update-forms-and-views-table-hub.png" alt-text="Update forms and views option in table hub.":::
34+
35+
:::image type="content" source="media/update-forms-and-views-table-designer.png" alt-text="Update forms and views option in table designer.":::
36+
37+
3. Select **Update forms and views** to configure what columns should be added to certain forms and views:
38+
39+
| Property | Description | Available option | Default option |
40+
| ---------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------- |
41+
| **Add these columns** | Selected columns in this dropdown list will be added to the selected forms and views. | Only columns currently shown in the table preview. | Both new columns that are recently created and existing columns that are recently added to the table. |
42+
| **To these forms** | Columns selected in **Add these columns** will be added to selected forms. If a certain column has already been added to this form before, it won’t be added again as a duplicate. | All main, quick create, and quick view forms from this table. | All Main forms from this table. |
43+
| **And to these views** | Columns selected in **Add these columns** will be added to selected views. If a certain column has already been added to this view before, it won’t be added again as a duplicate. | All public, advanced find, associated, quick find, and lookup views from this table. | All public, advanced find, associated, and quick find views from this table. |
44+
45+
4. Once you’re done with the configuration, select **Update**. The columns you selected are added to the forms and views you selected.
46+
47+
## Using inline table designer in modern app designer
48+
49+
You might be working on a table in the modern app designer as you’re building an app. In this case, you can also update your forms and views directly using the inline table designer in the modern app designer:
50+
51+
1. Sign in to [Power Apps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc).
52+
53+
1. On the left navigation pane, select **Apps**, select the app you want, and then select **Edit**.
54+
55+
1. In the left navigation pane within the modern app designer, select **Data**, then **… > Edit table** to edit your table using the inline table designer.
56+
57+
1. The **Update forms and views** option is displayed in the inline table designer:
58+
59+
:::image type="content" source="media/update-forms-and-views-inline-table-designer.png" alt-text="Update forms and views option in inline table designer.":::
60+
61+
Follow the same steps in 3 and 4 as in the table hub and table designer to update your forms and views. You can also add the columns you want to your table. When you’re finished with the update, select **Update and close** at the bottom right of the inline table designer. The columns are added to the forms and views preselected for you, and the inline table designer is closed.
62+
63+
:::image type="content" source="media/update-forms-and-views-update-and-close-button.png" alt-text="Update and close button in inline table designer.":::
64+
65+
## See also
66+
67+
[Create a custom table](data-platform-create-entity.md)

0 commit comments

Comments
 (0)