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/guidance/fusion-dev-ebook/07-adding-functionality-to-app.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: "Chapter 7: Adding functionality to the app | Microsoft Docs"
3
-
description: "Learn about sdding functionality to the app."
3
+
description: "Learn about adding functionality to the app."
4
4
author: spboyer
5
5
ms.service: powerapps
6
6
ms.topic: conceptual
@@ -18,7 +18,7 @@ Kiana and Maria are excited to show the inventory management app to Caleb, the f
18
18
- Add a photograph of the work done on a boiler or air conditioning unit, and add it to the appointment details on the **Edit Appointment** screen. This image could prove useful as documentary evidence of repairs performed. The **Edit Appointment** screen currently enables the user to add an image to the appointment, but the image isn't saved as this feature hasn't been fully implemented yet. The reason for this omission is that Kiana and Preeti need to determine the best place to store image data. Caleb would like this functionality added as soon as possible.
19
19
20
20
21
-
- View a complete appointment history for a customer, to track repairs requested for that customer and monitor any ongoing issues that may require repeated callouts.
21
+
- View a complete appointment history for a customer, to track repairs requested for that customer, and monitor any ongoing issues that may require repeated callouts.
22
22
23
23
- Order parts from the **Part Details** screen.
24
24
@@ -195,7 +195,7 @@ Maria's next task is to add a screen that enables a technician or engineer to sa
195
195
Navigate(TakePhoto, ScreenTransition.None);
196
196
```
197
197
198
-
When the user clicks this icon, they will go to the **TakePhoto** screen, to enable them to take a photo or upload an image. The initial image displayed will be the default sample image.
198
+
When the user selects this icon, they will go to the **TakePhoto** screen, to enable them to take a photo or upload an image. The initial image displayed will be the default sample image.
199
199
200
200
To test the app:
201
201
@@ -231,7 +231,7 @@ Having determined that Azure Blob Storage is an ideal ___location for saving pictur
231
231
232
232
The app will pick up the new URL for each part image automatically, and the **Image** control on the **PartDetails** screen will display the image.
233
233
234
-
## Tracking Appointment History for a Customer
234
+
## Tracking appointment history for a customer
235
235
236
236
Maria thinks that being able to quickly view all the history from a customer's previous technician's visits could be added to the app by creating a custom component. Working with Caleb on what information they want to see, Maria sketches out a simple design comprising the notes and the date of each visit.
237
237
@@ -675,8 +675,8 @@ Preeti can now update the Azure API Management service used by the VanArsdel app
675
675
676
676
10. On the **Query** tab, select **+ Add parameter**, add the following parameters, and then select **Save**:
677
677
678
-
- Name: **boilerPartId**, Descripion**: Boiler Part ID**, Type: **long**
0 commit comments