Skip to content

Commit e1cf311

Browse files
Merge pull request MicrosoftDocs#4286 from MicrosoftDocs/main638167501889761078sync_temp
For protected CLA branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 4c38428 + c6b016c commit e1cf311

11 files changed

+81
-8
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/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/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: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
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
19+
20+
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.
21+
22+
## Using table hub and table designer
23+
24+
1. Sign in to [Power Apps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc).
25+
26+
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.
27+
28+
:::image type="content" source="media/update-forms-and-views-table-hub.png" alt-text="Update forms and views option in table hub.":::
29+
30+
:::image type="content" source="media/update-forms-and-views-table-designer.png" alt-text="Update forms and views option in table designer.":::
31+
32+
3. Select **Update forms and views** to configure what columns should be added to certain forms and views:
33+
34+
| Property | Description | Available option | Default option |
35+
| ---------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------- |
36+
| **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. |
37+
| **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. |
38+
| **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. |
39+
40+
4. Once you’re done with the configuration, select **Update**. The columns you selected are added to the forms and views you selected.
41+
42+
## Using inline table designer in modern app designer
43+
44+
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:
45+
46+
1. Sign in to [Power Apps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc).
47+
48+
1. On the left navigation pane, select **Apps**, select the app you want, and then select **Edit**.
49+
50+
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.
51+
52+
1. The **Update forms and views** option is displayed in the inline table designer:
53+
54+
:::image type="content" source="media/update-forms-and-views-inline-table-designer.png" alt-text="Update forms and views option in inline table designer.":::
55+
56+
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.
57+
58+
:::image type="content" source="media/update-forms-and-views-update-and-close-button.png" alt-text="Update and close button in inline table designer.":::
59+
60+
## See also
61+
62+
[Create a custom table](data-platform-create-entity.md)

powerapps-docs/maker/model-driven-apps/make-grids-lists-editable-custom-control.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,6 @@ When editable grids are enabled through the editable grid control, users can edi
122122

123123
- Pagination.
124124

125-
- Saving changes from one session to another for grouping, sorting, filtering, pagination, and moving and resizing columns.
126-
127125
- Lookup configuration.
128126

129127
- Calculated columns and rollup columns.
@@ -152,6 +150,10 @@ The following data types aren't editable in editable grids: Customer and Partyli
152150

153151
Grouping behavior works only on the client side and does not span pages. Group by is a client only function and works only on one page of data. Group by does not show you all options based on your complete data set on the server. Group by shows grouping only on the current page. You can disable the grouping by using the property on custom control configuration. More information: [Make main grids editable](#make-main-grids-editable)
154152

153+
### Inline grid modifications are not persisted
154+
155+
Changes made to the structure of the editable grid from within the grid, such as column resizing, colum reordering, grouping, filtering, and sorting, will be reset the next time the user visits the page. These types of changes are not saved across sessions or within views.
156+
155157
### Business rules work only if conditional column is a column on the grid
156158

157159
Business rules on an editable grid are supported only if the conditional column is also a column on the grid. If the column is not a column the business rules won’t work. Verify that each column referenced in the business rule is also included on the form. Note that business rules on an editable grid do not fire if the editable grid is configured on a dashboard.

powerapps-docs/mobile/offline-capabilities.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ For more information, see [Run business process flows offline](/power-automate/b
114114

115115
Any views that have linked tables (related table) that are not available offline are also not supported.
116116

117+
- **Advanced lookups**: The **[Advanced lookup]**(../user/lookup-field.md#advanced-lookup) functionality isn't supported in offline scenarios. When you're offline, the **Advanced lookup** button is replaced by a **Change view** dropdown list.
118+
117119
- **Add Existing on subgrids**: **Add Existing** is not supported for mobile offline for certain types of relationships. When you are offline, certain relationships such as relationships that are N:N are read only, and the **Add Existing** command will be hidden on subgrids for those relationships. Even if the button is unhidden via customization, the command will not work in offline.
118120

119121
- **Web resources**: Web resources are partially supported in offline mode. Refer to the table below for more information.

0 commit comments

Comments
 (0)