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/expense-report-install.md
+17-17Lines changed: 17 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Track expense reports from submission to approval. Tally line items as individua
34
34
35
35
-[Sign up](../signup-for-powerapps.md) for PowerApps.
36
36
37
-
## Create the Expenses list in SharePoint
37
+
## Create the Expenses list
38
38
39
39
This list stores the expense reports.
40
40
@@ -49,19 +49,19 @@ This list stores the expense reports.
49
49
9. In the **Name** textbox, enter **Expenses**.
50
50
51
51
> [!IMPORTANT]
52
-
> If you choose a different name for the list make sure you write it down because you will need to substitute it for Expenses everywhere you see it during the installation and configuration process.
52
+
> If you choose a different name for the list, make sure you write it down because you will need to substitute it for Expenses everywhere you see it during the installation and configuration process.
53
53
54
54
10. Click **Create**.
55
55
56
56
### Create Cost Center column
57
57
58
58
1. Click the **Expenses** list.
59
-
2. Click the **gear icon** in the top right portion of the web page.
59
+
2. Click the gear icon in the top right portion of the web page.
60
60
3. Click **List settings**.
61
61
4. Click **Create column**.
62
62
5. In the **Column name** textbox enter **Cost Center**.
63
63
6. In the **type of information in this column is** radio button list, select **Choice**.
64
-
7. In the **Type each choice on a separate line** textbox enter the following values, each on a separate line:
64
+
7. In the **Type each choice on a separate line** textbox, enter the following values, each on a separate line:
65
65
- Microsoft
66
66
- Contoso
67
67
8. In the **Default value** textbox, enter **Microsoft**.
@@ -70,7 +70,7 @@ This list stores the expense reports.
70
70
### Create Comments column
71
71
72
72
1. Click **Create column**.
73
-
2. In the **Column name** textbox enter **Comments**.
73
+
2. In the **Column name** textbox, enter **Comments**.
74
74
3. In the **type of information in this column is** radio button list, select **Multiple lines of text**.
75
75
4. Click **OK**.
76
76
@@ -82,7 +82,7 @@ This list stores the expense reports.
82
82
4. Click **Create column**.
83
83
5. In the **Column name** textbox enter **Status**.
84
84
6. In the **type of information in this column is** radio button list, select **Choice**.
85
-
7. In the **Type each choice on a separate line** textbox enter the following values, each on a separate line:
85
+
7. In the **Type each choice on a separate line** textbox, enter the following values, each on a separate line:
86
86
- Open
87
87
- Pending
88
88
- Approved
@@ -92,49 +92,49 @@ This list stores the expense reports.
92
92
### Create ApproverName column
93
93
94
94
1. Click **Create column**.
95
-
2. In the **Column name** textbox enter **ApproverName**.
95
+
2. In the **Column name** textbox, enter **ApproverName**.
96
96
3. In the **type of information in this column is** radio button list, select **Person or Group**.
97
97
4. In the **Require that this column contains information** radio button list, select **Yes**.
98
98
5. Click **OK**.
99
99
100
100
### Create DateSubmitted column
101
101
102
102
1. Click **Create column**.
103
-
2. In the **Column name** textbox enter **DateSubmitted**.
103
+
2. In the **Column name** textbox, enter **DateSubmitted**.
104
104
3. In the **type of information in this column is** radio button list, select **Date and Time**.
105
105
4. In the **Require that this column contains information** radio button list, select **Yes**.
106
106
5. Click **OK**.
107
107
108
108
### Create StartDate column
109
109
110
110
1. Click **Create column**.
111
-
2. In the **Column name** textbox enter **StartDate**.
111
+
2. In the **Column name** textbox, enter **StartDate**.
112
112
3. In the **type of information in this column is** radio button list, select **Date and Time**.
113
113
4. In the **Require that this column contains information** radio button list, select **Yes**.
114
114
5. Click **OK**.
115
115
116
116
### Create EndDate column
117
117
118
118
1. Click **Create column**.
119
-
2. In the **Column name** textbox enter **EndDate**.
119
+
2. In the **Column name** textbox, enter **EndDate**.
120
120
3. In the **type of information in this column is** radio button list, select **Date and Time**.
121
121
4. In the **Require that this column contains information** radio button list, select **Yes**.
122
122
5. Click **OK**.
123
123
124
-
## Create the Line Items SharePoint list
124
+
## Create the LineItems list
125
125
126
-
This list stores the lines items associated with expense reports.
126
+
This list stores the line items that are associated with each expense report.
127
127
128
-
1. Navigate to the same site collection where you created the Expense list.
129
-
2. Click the **gear icon** in the top right portion of the web page.
128
+
1. Navigate to the same site collection where you created the Expenses list.
129
+
2. Click the gear icon in the top right portion of the web page.
130
130
3. Click **Add an app**.
131
131
4. In the **Find an app** textbox, enter **Custom**.
132
132
5. Click the **search icon**.
133
133
6. Click the **Custom List** app.
134
134
7. In the **Name** textbox, enter **LineItems**.
135
135
136
136
> [!IMPORTANT]
137
-
> If you choose a different name for the list, make sure you write it down because you will need to substitute it for Expense everywhere you see it during the installation and configuration process.
137
+
> If you choose a different name for the list, make sure you write it down because you will need to substitute it for LineItems everywhere you see it during the installation and configuration process.
138
138
139
139
8. Click **Create**.
140
140
@@ -305,7 +305,7 @@ This list stores the lines items associated with expense reports.
305
305
> [!TIP]
306
306
> If the site doesn't appear in the list, type or paste the URL to the SharePoint site in the textbox, and then select **Go**.
307
307
308
-
1. In the **Search** box at the top of the list, type or paste **LineItems**.
308
+
1. In the **Search** box at the top of the list, type or paste **Line Items**.
309
309
1. Select the checkbox next to **LineItems**, and then select **Connect**.
Copy file name to clipboardExpand all lines: powerapps-docs/maker/canvas-apps/help-desk-install.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -132,7 +132,7 @@ This list stores the Help Desk tickets.
132
132
2. In the **Require that this column contains information** radio button list, select **No**.
133
133
3. Click **OK**.
134
134
135
-
## Download the Help Desk PowerApp
135
+
## Download the app
136
136
137
137
1. [Download](http://pappsfeprodwestuscontent.blob.core.windows.net/sampleapps/helpdesk/docs/HelpDesk(SP_List).zip) the PowerApps package and save it to your machine.
138
138
@@ -166,7 +166,7 @@ This list stores the Help Desk tickets.
166
166
4. Click **Create**.
167
167
5. In the popup window, select the account you logged in with.
168
168
169
-
## Import the Help Desk PowerApp
169
+
## Import the app
170
170
171
171
1. In a web browser, navigate to https://web.powerapps.com.
172
172
2. Sign in by providing the same credentials that you used to sign up.
@@ -271,7 +271,7 @@ This list stores the Help Desk tickets.
271
271
## Play the app
272
272
273
273
1. In the web browser, click **Apps**.
274
-
2. Click the **ellipses**next to the Help Desk PowerApp.
274
+
2. Click the ellipsis (...) next to the Help Desk app.
0 commit comments