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/build-first-model-driven-app.md
+10-20Lines changed: 10 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: Mattp123
6
6
ms.service: powerapps
7
7
ms.topic: conceptual
8
8
ms.component: model
9
-
ms.date: 07/01/2020
9
+
ms.date: 08/04/2020
10
10
ms.author: matp
11
11
search.audienceType:
12
12
- maker
@@ -27,16 +27,16 @@ Sign in to [Power Apps](https://make.powerapps.com/). If you don't already have
27
27
28
28
## Create your model-driven app
29
29
30
-
1.Select the environment you want, or go to the [Power Apps admin center](https://admin.powerapps.com/) to create a new one.
30
+
1. Select the environment you want, or go to the [Power Platform admin center](https://admin.powerplatform.microsoft.com/) to create a new one.
31
31
32
-
2.On the **Home** page, select **Model-driven app from blank**.
32
+
2. On the **Home** page, select **Model-driven app from blank**.
33
33
34
34
> [!div class="mx-imgBorder"]
35
35
> <imgsrc="media/build-first-model-driven-app/start-from-blank-model-driven.png"alt="Start from blank model"height="429"width="673">
36
36
37
-
3.Select **Create**.
37
+
3. Select **Create**.
38
38
39
-
3.On the **Create a New App** page, enter the following details, and then select **Done**:
39
+
3. On the **Create a New App** page, enter the following details, and then select **Done**:
40
40
-**Name**: Enter a name for the app, such as *My first app*.
41
41
-**Unique Name**: By default, the unique name uses the name your specify in the **Name** box without spaces and preceded by the publisher prefix and an underscore (_). For example, *crecf_Myfirstapp*. More information: [Change the solution publisher prefix](../common-data-service/change-solution-publisher-prefix.md)
42
42
-**Description**: Type a short description of what the app is or does, such as *This is my first app*.
@@ -47,25 +47,25 @@ For information about the additional app properties, see [Create an app](create-
47
47
48
48
## Add components to your app
49
49
From the app designer you add components to your app.
50
-
1.Select the **Open the Site Map Designer** edit button to open the sitemap designer.
50
+
1. Select the **Open the Site Map Designer** edit button to open the sitemap designer.
2.On the sitemap designer select **New Subarea**, in the right pane select the **Properties** tab, and then select the following properties.
55
+
2. On the sitemap designer select **New Subarea**, in the right pane select the **Properties** tab, and then select the following properties.
56
56
-**Type**: Entity
57
57
-**Entity**: Account
58
58
59
59
> [!div class="mx-imgBorder"]
60
60
> 
61
61
62
-
3.Select **Save And Close**.
63
-
4.On the app designer canvas select **Forms**, and then on the right pane under the **Main Forms** group select the **Account** form.
62
+
3. Select **Save And Close**.
63
+
4. On the app designer canvas select **Forms**, and then on the right pane under the **Main Forms** group select the **Account** form.
64
64
65
65
> [!div class="mx-imgBorder"]
66
66
> 
67
67
68
-
5.On the app designer canvas select **Views**, and then select the **Active Accounts**, **All Accounts**, and **My Active Accounts** views.<!-- All checkbox seems to be selected by default -->
68
+
5. On the app designer canvas select **Views**, and then select the **Active Accounts**, **All Accounts**, and **My Active Accounts** views.<!-- All checkbox seems to be selected by default -->
@@ -76,16 +76,6 @@ From the app designer you add components to your app.
76
76
> [!div class="mx-imgBorder"]
77
77
> 
78
78
79
-
<!-- ## Validate your app
80
-
This step checks for component dependencies that are required for the app to work, but haven't yet been added to the app.
81
-
82
-
1. On the app designer canvas, select the component that indicates a dependency, such as the **Forms** component. Then, on the right-pane select the **Required** tab, expand **Entity Dependencies** and then select all required dependencies.
0 commit comments