You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/maker/model-driven-apps/configure-sorting.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: "Sort records in a model-driven app view in Power Apps | MicrosoftDocs"
3
3
ms.custom: ""
4
-
ms.date: 06/27/2018
4
+
ms.date: 03/26/2018
5
5
ms.reviewer: ""
6
6
ms.service: powerapps
7
7
ms.suite: ""
@@ -24,22 +24,22 @@ search.app:
24
24
---
25
25
# Sort records in a model-driven app view
26
26
27
-
When you create or edit a view you can configure the sort order for either ascending or descending.
28
-
29
-
1. Sign in to [Power Apps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc).
27
+
When you create or edit a view you can configure the sort order for either ascending or descending.
28
+
29
+
To change the sort order in the view designer, see [Create a public view in Power Apps](create-edit-views-app-designer.md#create-a-public-view-in-power-apps).
30
30
31
+
## Change the sort order using solution explorer
31
32
32
-
2. Expand **Data**, select **Entities**, and then select the entity that you want, such as **Accounts**.
33
-
3. Select the **Views** tab, and if shown, select **Remove filter**, and then open the view you want, such as **Active Accounts**.
33
+
1. Open [solution explorer](advanced-navigation.md#solution-explorer), expand **Entities**, select the entity you want, select **Views**, and then open the view you want.
34
34
35
-
4. In the view designer, select **Configure Sorting**.
35
+
2. In the view designer, select **Configure Sorting**.
5. In the **Configure Sort Order** dialog box, in the **Sort By** list, select the column you want to sort, then select **Ascending Order** or **Descending Order**.
40
+
3. In the **Configure Sort Order** dialog box, in the **Sort By** list, select the column you want to sort, then select **Ascending Order** or **Descending Order**.
41
41
42
-
6. Select **OK** to close the **Configure Sort Order** dialog box.
42
+
4. Select **OK** to close the **Configure Sort Order** dialog box.
Copy file name to clipboardExpand all lines: powerapps-docs/maker/model-driven-apps/create-business-rules-recommendations-apply-logic-form.md
+17-19Lines changed: 17 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: "Create model-driven app business rules and recommendations | MicrosoftDocs"
3
3
ms.custom: ""
4
-
ms.date: 03/15/2019
4
+
ms.date: 03/30/2020
5
5
ms.reviewer: ""
6
6
ms.service: powerapps
7
7
ms.suite: ""
@@ -48,18 +48,16 @@ This topic shows you how to create business rules and recommendations to apply f
48
48
- Create business recommendations based on business intelligence.
49
49
50
50
## Create a business rule or business recommendation
51
-
52
-
1. Open [solution explorer](advanced-navigation.md#solution-explorer).
53
-
54
-
2. Open the entity you want to create the business rule for (for example, open the **Account** entity), and then double-click **Business Rules**.
55
-
56
-

57
-
58
-
3. Select **New**.
59
-
51
+
52
+
1. Sign in to [Power Apps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc).
53
+
54
+
2. Expand **Data**, select **Entities**, select the entity you want, and then select the **Business rules** tab.
55
+
56
+
3. On the command bar, select **Add business rule**.
57
+
60
58
The Business Rule designer window opens with a single condition already created for you. Every rule starts with a condition. The business rule takes one or more actions based on that condition.
> If you want to modify an existing business rule, you must deactivate it before you can modify it.
@@ -123,7 +121,7 @@ This topic shows you how to create business rules and recommendations to apply f
123
121
>
124
122
> - To take a snapshot of everything in the Business Rule window, click **Snapshot** on the action bar. This is useful, for example, if you want to share and get comments on the business rule from a team member.
125
123
> - Use the mini-map to navigate quickly to different parts of the process. This is useful when you have a complicated process that scrolls off the screen.
126
-
> - As you add conditions, Actions, and business recommendations to your business rule, code for the business rule is built and appears at the bottom of the designer window. This code is ready only.
124
+
> - As you add conditions, Actions, and business recommendations to your business rule, code for the business rule is built and appears at the bottom of the designer window. This code is read-only.
127
125
128
126
<aname="BKMK_LocalizingErrorMessages"></a>
129
127
## Localize error messages used in business rules
@@ -133,19 +131,19 @@ This topic shows you how to create business rules and recommendations to apply f
133
131
This section describes common issues that may occur when you use business rules.
134
132
135
133
### Full Name field not supported with unified interface apps
136
-
Actions or conditions that use a **Full Name** (fullname) field aren’t supported in apps based on the unified interface. Alternatively, you can use actions or conditions with **First Name** (firstname) and **Last Name** (lastname) fields.
134
+
Actions or conditions that use a **Full Name** (fullname) field aren't supported in apps based on the unified interface. Alternatively, you can use actions or conditions with **First Name** (firstname) and **Last Name** (lastname) fields.
137
135
138
136
### Is your business rule not firing for a form?
139
-
A business rule may not execute because the field referenced in the business rule isn’t included with the form.
140
-
1.Open solution explorer. Expand the entity that you want and then select **Forms**.
141
-
2.Open the form that you want and then on the form designer ribbon select **Business Rules**.
142
-
3.In the form designer, open the business rule.
143
-
4.In the business rule designer select each condition and action to verify all the fields referenced in each condition and action.
137
+
A business rule may not execute because the field referenced in the business rule isn't included with the form.
138
+
1.Open solution explorer. Expand the entity that you want and then select **Forms**.
139
+
2.Open the form that you want and then on the form designer ribbon select **Business Rules**.
140
+
3.In the form designer, open the business rule.
141
+
4.In the business rule designer select each condition and action to verify all the fields referenced in each condition and action.
144
142
145
143
> [!div class="mx-imgBorder"]
146
144
> 
147
145
148
-
5.Verify that each field referenced in the business rule is also included on the form. If not, add the missing field to the form.
146
+
5.Verify that each field referenced in the business rule is also included on the form. If not, add the missing field to the form.
149
147
150
148
> [!div class="mx-imgBorder"]
151
149
> 
Copy file name to clipboardExpand all lines: powerapps-docs/maker/model-driven-apps/create-edit-dashboards.md
+3-9Lines changed: 3 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: "Create or edit model-driven app dashboards | MicrosoftDocs"
3
3
ms.custom: ""
4
-
ms.date: 05/23/2018
4
+
ms.date: 03/30/2020
5
5
ms.reviewer: ""
6
6
ms.service: powerapps
7
7
ms.suite: ""
@@ -31,9 +31,6 @@ There are two types of dashboards, user dashboards and system dashboards. An app
31
31
32
32
1. Sign in to [Power Apps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc).
33
33
34
-
> [!IMPORTANT]
35
-
> “If the **Model-driven** design mode isn't available, you may need to [Create an environment](https://docs.microsoft.com/powerapps/administrator/create-environment).
36
-
37
34
2. Expand **Data**, select **Entities**, select the entity that you want base the dashboard on, such as the **Account** entity, and then select the **Dashboards** tab.
38
35
39
36
3. On the toolbar select **Add a dashboard**, and then choose a 2, 3, or 4 column layout.
@@ -53,18 +50,15 @@ There are two types of dashboards, user dashboards and system dashboards. An app
53
50
54
51
1. Sign in to [Power Apps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc).
55
52
56
-
> [!IMPORTANT]
57
-
> “If the **Model-driven** design mode isn't available, you may need to [Create an environment](https://docs.microsoft.com/powerapps/administrator/create-environment).
58
-
59
53
2. Expand **Data**, select **Entities**, select the entity that you want base the dashboard on, such as the **Account** entity, and then select the **Dashboards** tab.
60
54
61
55
3. Open a dashboard, select one of the component areas, and then on the toolbar select **Edit Component**.
62
56
63
-
4. In the **Set Properties** dialog box, you can make changes to a chart or list such as change the entity, default view, add a chart selector, or make the dashboard available on the mobile apps. When you’re done, select **Set**.
57
+
4. In the **Set Properties** dialog box, you can make changes to a chart or list such as change the entity, default view, add a chart selector, or make the dashboard available on the mobile apps. When you're done, select **Set**.
64
58
65
59
For more information about setting dashboard component properties, see [Set properties for a chart or list included in a dashboard](set-properties-chart-list-included-dashboard.md).
66
60
67
-
4. When you’ve completed your changes be sure to save them, and then publish them.
61
+
4. When you've completed your changes be sure to save them, and then publish them.
68
62
69
63
Additional system dashboards tasks you can perform include:
Copy file name to clipboardExpand all lines: powerapps-docs/maker/model-driven-apps/create-edit-system-chart.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: "Create or edit a model-driven app system chart in Power Apps | MicrosoftDocs"
3
3
description: "Learn how to create or edit a chart"
4
4
ms.custom: ""
5
-
ms.date: 05/23/2018
5
+
ms.date: 03/30/2020
6
6
ms.reviewer: ""
7
7
ms.service: powerapps
8
8
ms.suite: ""
@@ -25,13 +25,10 @@ search.app:
25
25
---
26
26
# Create a model-driven app system chart
27
27
28
-
In this topic you learn how to create a system chart. System charts are organization-owned charts, which makes them available to anyone with access to read the data running the app. System charts can’t be assigned or shared with specific app users.
28
+
In this topic you learn how to create a system chart. System charts are organization-owned charts, which makes them available to anyone with access to read the data running the app. System charts can't be assigned or shared with specific app users.
29
29
30
30
1. Sign in to [Power Apps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc).
31
31
32
-
> [!IMPORTANT]
33
-
> “If the **Model-driven** design mode isn't available, you may need to [Create an environment](https://docs.microsoft.com/powerapps/administrator/create-environment).
34
-
35
32
2. Expand **Data**, select **Entities**, select the entity that you want, and then select the **Charts** tab.
Copy file name to clipboardExpand all lines: powerapps-docs/maker/model-driven-apps/edit-filter-criteria.md
+66-8Lines changed: 66 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: "Edit filter criteria and change sort order in model-driven app views with Power Apps | MicrosoftDocs"
3
3
description: "Learn how to edit filter criteria and change sort order in views"
4
4
ms.custom: ""
5
-
ms.date: 06/13/2018
5
+
ms.date: 03/26/2020
6
6
ms.reviewer: ""
7
7
ms.service: powerapps
8
8
ms.suite: ""
@@ -27,18 +27,76 @@ search.app:
27
27
28
28
<aname="BKMK_EditFilterCriteria"></a>
29
29
30
-
Along with the columns displayed in a view, the filter criteria applied to a view is a critical part of the value provided by the view.
30
+
Along with the columns displayed in a view, the filter criteria applied to a view is a critical part of the value provided by the view. You can add or edit filter criteria and change the sort order for the columns that you include in a view. If a sort order is not set for a view, by default the view is sorted by the primary field in the view in ascending order (A to Z).
31
+
32
+
## Change the sort order of a view
33
+
34
+
1. Sign in to [Power Apps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc).
35
+
36
+
2. Expand **Data**, select **Entities**, select the entity you want, and then select the **Views** tab.
4. Select a field name in the column head, and from the column menu, select **Sort A to Z** or **Sort Z to A**. The sort order is indicated in the column head with an up arrow or a down arrow.
44
+
45
+
You can also change the sort order by using the view properties panel.
46
+
47
+
1. If a sort order has not been set for the view, select **Sort by**, and then select the primary sort by column.
48
+
49
+
2. If you want to sort the view by additional columns, select **Then sort by** and then select a additional sort by column for the view.
50
+
51
+
You may want to sort by more than one column when you have data that you want to group by the same value in one column, and then sort another column within that group of equal values.
52
+
53
+
3. To remove a sort expression, select **Remove sort expression** (the **X** button).
54
+
55
+
## Add or edit filter
56
+
57
+
1. Select a column, and from the column menu, select **Filter by**.
2. Select the conditional operator that you want to use.
63
+
64
+
3. Type or select the comparison value for the condition.
65
+
66
+
4. Select **Apply**.
67
+
68
+
The filter expressions for a view are shown in the View properties panel.
69
+
70
+
5. To edit a filter expression, select the filter select expression from the View properties panel.
71
+
72
+
6. To remove a filter expression, select the **X** button.
73
+
74
+
You can also use the expression builder in the view designer to add or edit filters for any fields of the entity in the current view or any fields in a related entity. More information: [Create or edit filters in model-driven app views](create-edit-view-filters.md)
75
+
76
+
## Use solution explorer to edit filter criteria and change sort order
77
+
78
+
Change the sort order for a view.
79
+
80
+
1. Open [solution explorer](advanced-navigation.md#solution-explorer), expand **Entities**, select the entity you want, select **Views**, and then open the view you want.
81
+
82
+
2. In the view designer, select **Configure Sorting**.
1.When you create or edit the view in the view designer, in the right **Common Tasks**pane select **Edit Filter Criteria**.
87
+
3.In the **Configure Sort Order** dialog box, in the **Sort By** list, select the column you want to sort, then select **Ascending Order**or **Descending Order**.
33
88
34
-
2.The dialog shows a user interface similar to **Advanced Find**. You can use **AND** and **OR** clauses to specify and group criteria by selecting the filter claus and then selecting **Group AND** or **Group OR**.
1. When you create or edit the view in the view designer, in the **Common Tasks** pane, select **Edit Filter Criteria**.
38
94
39
-
3. Select **OK** to save and close the **Edit Filter Criteria** dialog box.
95
+
2. The dialog shows a user interface similar to **Advanced Find**. You can use **AND** and **OR** clauses to specify and group criteria by selecting the filter claus and then selecting **Group AND** or **Group OR**.
96
+
97
+
3. Select **OK** to save and the filter criteria.
40
98
41
-
For more information about constructing filter clauses, see [Create, edit, or save an Advanced Find search](https://docs.microsoft.com/dynamics365/customer-engagement/basics/save-advanced-find-search).
99
+
For more information about constructing filter clauses, see [Create, edit, or save an Advanced Find search](https://docs.microsoft.com/dynamics365/customer-engagement/basics/save-advanced-find-search).
Copy file name to clipboardExpand all lines: powerapps-docs/maker/model-driven-apps/faqs-timeline-control.md
+21-21Lines changed: 21 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,21 +20,21 @@ search.app:
20
20
21
21
The **Timeline** section retrieves data about and displays in the form cards. By default, the timeline retrieves data for the 10 standard activity entities, which are:
22
22
23
-
-Email
24
-
-Task
25
-
-Incident resolution
26
-
-Fax
27
-
-Opportunity close
28
-
-Letter
29
-
-Appointment
30
-
-Phone call
23
+
-Email
24
+
-Task
25
+
-Incident resolution
26
+
-Fax
27
+
-Opportunity close
28
+
-Letter
29
+
-Appointment
30
+
-Phone call
31
31
32
32
When you perform the following procedures as an administrator, users will see an error at runtime:
33
33
34
34
**Procedure**
35
-
-Create any additional custom activities
36
-
-Enable custom activities for mobile
37
-
-Select a **Card Form** for all the custom activities
35
+
-Create any additional custom activities
36
+
-Enable custom activities for mobile
37
+
-Select a **Card Form** for all the custom activities
38
38
39
39
**Error:** Records could not be loaded because of an unexpected error.
40
40
@@ -50,35 +50,35 @@ This error is caused because the number of activity entities for the data retrie
50
50
51
51
To work around the issue, you must reduce the number of entities to 10 or fewer. To do this, follow the steps below.
52
52
53
-
1.Sign in to your `https://<YourOrgURL>.dynamics.com/apps` environment.
53
+
1.Sign in to [Power Apps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc).
54
54
55
55
2. Open a model-driven app, and then on the command bar select **Settings** > **Advanced Settings**.
56
56
57
-
3.Go to **Settings** > **Customization** > **Customize the System**. The solution explorer page opens in a new browser window.
57
+
3.Go to **Settings** > **Customization** > **Customize the System**. The solution explorer page opens in a new browser window.
58
58
59
-
4.Expand **Entities** under **Components** in the default solution pane.
59
+
4.Expand **Entities** under **Components** in the default solution pane.
60
60
61
-
5.Select an entity and select **Forms**. For example, select the **Account** entity.
61
+
5.Select an entity and select **Forms**. For example, select the **Account** entity.
62
62
63
-
6.Select the **Account for Interactive experience** record that is a **Main** form type. The **Account for Interactive experience** form opens in a new browser window.
63
+
6.Select the **Account for Interactive experience** record that is a **Main** form type. The **Account for Interactive experience** form opens in a new browser window.
64
64
65
65
> [!div class=mx-imgBorder]
66
66
> 
67
67
68
68
For Unified Interface, you need to use the form name that has `<Entity> for Interactive experience`.
69
69
70
-
7.Double-click the **Conversation Tabs** field in the **Timeline** section. The **Activities Tab Properties** dialog is displayed.
70
+
7.Double-click the **Conversation Tabs** field in the **Timeline** section. The **Activities Tab Properties** dialog is displayed.
71
71
72
72
> [!div class=mx-imgBorder]
73
73
> 
74
74
75
-
8.Select the **Show selected** option for the **Show these activities** field in the **Filter by** container.
75
+
8.Select the **Show selected** option for the **Show these activities** field in the **Filter by** container.
76
76
77
-
9.Select the activities you want to display to the users.
77
+
9.Select the activities you want to display to the users.
78
78
79
-
10.Select **OK**, and then select **Save**.
79
+
10.Select **OK**, and then select **Save**.
80
80
81
-
11.Select **Publish** to publish the customizations.
81
+
11.Select **Publish** to publish the customizations.
82
82
83
83
84
84
## Why I can't assign or delete an activity from the timeline?
0 commit comments