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/canvas-apps/data-platform-create-app-scratch.md
+36-32Lines changed: 36 additions & 32 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ search.app:
18
18
19
19
Build a canvas app to manage data that's stored in Common Data Service, using standard entities (which are built in), custom entities (which your organization creates), or both.
20
20
21
-
When you build an app from the Common Data Service, you don't need to create a connection from PowerApps, as you do with data sources such as SharePoint, Dynamics 365, or Salesforce. You only need to specify the entities that you want to show, manage, or use for both activities in the app.
21
+
When you build an app from Common Data Service, you don't need to create a connection from PowerApps, as you do with data sources such as SharePoint, Dynamics 365, or Salesforce. You need only to specify the entities that you want to show, manage, or use for both activities in the app.
22
22
23
23
## Prerequisites
24
24
@@ -30,37 +30,37 @@ When you build an app from the Common Data Service, you don't need to create a c
30
30
31
31
1. Sign in to [PowerApps](http://web.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc).
32
32
33
-
1. Under **Make your own app**, hover over the **Start from blank** tile for canvas apps, click or tap the phone icon, and then click or tap **Make this app**.
33
+
1. Under **Make your own app**, select **Canvas app from blank**.
You can design an app from scratch for phones or other devices (such as tablets); this topic will focus on designing an app for phones.
37
+
1. Specify a name for your app, select **Phone**, and then select **Create**.
38
38
39
-
## Specify an entity
39
+
You can build an app from scratch for tablets, but this topic shows building an app for phones.
40
40
41
-
1. In the middle of the screen, click or tap **connect to data** and then, in the **Data** pane, click or tap the **Common Data Service** connection.
41
+
## Specify an entity
42
42
43
-
1. In the search box, type or paste the first few letters of **Accounts** to filter the list of entities, select the **Accounts** check box, and then click or tap **Connect**.
43
+
1. In the middle of the screen, select **connect to data**.
44
44
45
-

45
+
1. In the **Data** pane, select **Common Data Service**, select the **Accounts** check box, and then select **Connect**.
46
46
47
-
1. Close the **Data** pane by clicking or tapping the close icon in the upper-right corner.
47
+
1. Close the **Data** pane by selecting the close icon in the upper-right corner.
48
48
49
49
## Add a list screen
50
50
51
-
1. On the **Home** tab, click or tap the down arrow for **New screen**, and then click or tap **List screen**.
51
+
1. On the **Home** tab, select the down arrow for **New screen**, and then select **List**.
52
52
53
53

54
54
55
-
1. In the left navigation bar, click or tap **TemplateGalleryList1** to select it, and then set the value of the **Items** property to this formula:
55
+
1. In the left navigation bar, select **BrowseGallery1**, and then set the value of the **Items** property to this formula:
- The gallery should show data from the **Accounts** entity.
62
-
- The data should be sorted in ascending order until a user clicks or taps the sort button to toggle the sort order.
63
-
- If a user types or pastes one or more characters into the search bar, the list will show only those accounts for which the name field contains the characters that the user specified.
62
+
- The data should be sorted in ascending order until a user selects the sort button to toggle the sort order.
63
+
- If a user types or pastes one or more characters into the search bar (**TextSearchBox1**), the list will show only those accounts for which the **name** field contains the characters that the user specified.
64
64
65
65
You can use [these and many other functions](formula-reference.md) to specify how your app appears and behaves.
66
66
@@ -70,30 +70,34 @@ When you build an app from the Common Data Service, you don't need to create a c
1. Repeat the first step of the previous procedure, except add a **Form screen** instead of a **List screen**.
83
+
1. Repeat the first step of the previous procedure, except add a **Form**screen instead of a **List** screen.
84
84
85
-
1. Set the form's **DataSource** property to **Accounts** and its **Item** property to **BrowseGallery.Selected**, as shown on the **Advanced tab** of the right-hand pane.
85
+
1. Set the form's **DataSource** property to **Accounts** and its **Item** property to **BrowseGallery.Selected**, as the **Advanced**tab of the right-hand pane shows.
86
86
87
87

88
88
89
-
1. On the **Properties** tab of the right-hand pane, click or tap **Accounts** to open the **Data** pane, and then select the checkboxes for these fields:
89
+
1. On the **Properties** tab of the right-hand pane, select **Edit fields** to open the **Fields** pane.
90
+
91
+
1. Select **Add field**, and then select the check boxes for these fields:
92
+
93
+
-**Account Name**
94
+
-**Address 1: Street 1**
95
+
-**Address 1: City**
96
+
-**Address 1: ZIP/Postal code**
97
+
-**Number of Employees**
98
+
-**Annual Revenue**
90
99
91
-
- Account name
92
-
- Address 1: Street 1
93
-
- Address 1: City
94
-
- Address 1: ZIP/Postal code
95
-
- Number of Employees
96
-
- Annual Revenue
100
+
1. Select **Add**.
97
101
98
102
1. Set the title bar's **Text** property to show **Create/Edit**.
99
103
@@ -105,37 +109,37 @@ When you build an app from the Common Data Service, you don't need to create a c
105
109
106
110
## Configure icons
107
111
108
-
1. On the **BrowseScreen**, click or tap the circular icon near the top of the screen, and set its **OnSelect** property to this formula:
112
+
1. On the **BrowseScreen**, set the **OnSelect** property of the circular icon near the top of the screen to this formula:
1. On the **Insert** tab, click or tap **Icons**, and then click or tap the **Trash** icon.
142
+
1. On the **Insert** tab, select **Icons**, and then select the **Trash** icon.
139
143
140
144
1. Set the **Trash** icon's **Color** property to **White** and its **OnSelect** property to this formula:
141
145
@@ -145,11 +149,11 @@ When you build an app from the Common Data Service, you don't need to create a c
145
149
146
150
## Test the app
147
151
148
-
1. In the left navigation bar, select **BrowseScreen**, and then open Preview by pressing F5 (or by clicking or tapping the play icon near the upper-right corner).
152
+
1. In the left navigation bar, select **BrowseScreen**, and then open Preview by pressing F5 (or by selecting the play icon near the upper-right corner).
0 commit comments