Skip to content

Commit e0fcfaf

Browse files
committed
Tweaks
1 parent f955300 commit e0fcfaf

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

powerapps-docs/guidance/fusion-dev-ebook/07-adding-functionality-to-app.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
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."
44
author: spboyer
55
ms.service: powerapps
66
ms.topic: conceptual
@@ -18,7 +18,7 @@ Kiana and Maria are excited to show the inventory management app to Caleb, the f
1818
- 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.
1919

2020

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.
2222

2323
- Order parts from the **Part Details** screen.
2424

@@ -195,7 +195,7 @@ Maria's next task is to add a screen that enables a technician or engineer to sa
195195
Navigate(TakePhoto, ScreenTransition.None);
196196
```
197197
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.
199199
200200
To test the app:
201201
@@ -231,7 +231,7 @@ Having determined that Azure Blob Storage is an ideal ___location for saving pictur
231231
232232
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.
233233
234-
## Tracking Appointment History for a Customer
234+
## Tracking appointment history for a customer
235235
236236
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.
237237
@@ -675,8 +675,8 @@ Preeti can now update the Azure API Management service used by the VanArsdel app
675675
676676
10. On the **Query** tab, select **+ Add parameter**, add the following parameters, and then select **Save**:
677677
678-
- Name: **boilerPartId**, Descripion**: Boiler Part ID**, Type: **long**
679-
- Name: **quantity**, Descripion**: Quantity**, Type : **integer**
678+
- Name: **boilerPartId**, Description**: Boiler Part ID**, Type: **long**
679+
- Name: **quantity**, Description**: Quantity**, Type: **integer**
680680
681681
![Add parameters to APIM query operation](media/image204.png)
682682
@@ -688,9 +688,9 @@ Preeti can now update the Azure API Management service used by the VanArsdel app
688688
689689
12. On the **Query** tab, add the following parameters, and then select **Save**:
690690
691-
- Name: **boilerPartId**, Descripion: **Boiler Part ID**, Type: **long**
691+
- Name: **boilerPartId**, Description: **Boiler Part ID**, Type: **long**
692692
- Name: **engineerId**, Description: **Engineer ID**, Type: **string**
693-
- Name: **quantityToReserve**, Descripion: **Quantity to reserve**, Type: **integer**
693+
- Name: **quantityToReserve**, Description: **Quantity to reserve**, Type: **integer**
694694
695695
13. On the **Revisions** tab, select the new version. On the ellipsis menu for this version, select **Make current**:
696696

0 commit comments

Comments
 (0)