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/teams/customize-inspection-steps.md
+42-52Lines changed: 42 additions & 52 deletions
Original file line number
Diff line number
Diff line change
@@ -17,92 +17,82 @@ contributors:
17
17
18
18
# Inspections App – Customize inspection steps
19
19
20
-
The Inspections Power Apps template allows users to create and perform inspections in the app. There are three apps, one per persona to perform,
21
-
manage, and review Inspections. The three apps are – Inspections, Manage Inspections and Review Inspections.
20
+
The Inspections sample app allows users to create and perform inspections in the app. There are three apps, one per persona to perform, manage, and review Inspections. The three apps are—Inspections, Manage Inspections and Review Inspections.
22
21
23
-
In this topic we will learn how to customize inspection steps in the user app e.g. removing the ability to add pictures to checklist steps. This is important
24
-
because just deleting the particular control can cause issues with responsiveness and the look and feel of the app can get affected.
22
+
In this article, we'll learn how to customize inspection steps in the user app. For example, removing the ability to add pictures to checklist steps. This customization is important because just deleting the particular control can cause issues with responsiveness, and the look and feel of the app can get affected.
25
23
26
24
## Prerequisites
27
25
28
-
To complete this lesson, we would need the ability to login into Microsoft Teams which will be available as part of select Microsoft 365 subscriptions and will also need to have the Inspections Power Apps template for Microsoft Teams installed. This app can be installed from aka.ms/TeamsInspection.
26
+
To complete this lesson, we'd need the ability to sign-in to Microsoft Teams which will be available as part of select Microsoft 365 subscriptions, and will also need to have the Inspections sample app for Teams installed. This app can be installed from <https://aka.ms/TeamsInspection>.
29
27
30
-
## Login into the Inspections app
28
+
## Open the Inspections app
31
29
32
-
1.Login into Teams and rightclick Power Apps from the left menu and select **Pop out app**.
33
-
2.Select Build from the top ribbon.
34
-
3.Select the Team in which the Inspections app is installed.
35
-
4. Select Inspections to open the app in the editor.
30
+
1. Login into Teams, and right-click Power Apps from the left-pane, and select **Pop out app**.
31
+
1.Select **Build** from the top ribbon.
32
+
1.Select the team where the Inspections app is installed.
33
+
1. Select Inspections to open the app in the editor.
4. Then, we will also need to shrink the white space containing the Photo, Note and Task buttons to avoid wasting any extra space – select btnActionBackground control from the tree view or just click somewhere on the white space to highlight the box space.
79
+
1. We'll also need to shrink the white space containing the Photo, Note and Task buttons to avoid wasting any extra space. Select **btnActionBackground** control from the tree view, select somewhere on the white space to highlight the box space.
8. Thus, the entire Add Details section is hidden.
93
+
The white space shrinks, and leaves no extra space hiding the entire **Add Details** section.
104
94
105
-
### Hiding just the Photo Option
95
+
### Hiding the Photo Option
106
96
107
97
1. For this scenario (assuming all the changes made above were undone), we will have to set the Visible property of the Photo option label and icon to false and then move the Note option and the Task Options to the left.
108
98
2. To hide the Photo option, we will select grpPhoto from the tree view and set Visible = false.
@@ -118,7 +108,7 @@ btnImageBackground.X+18
118
108
119
109

120
110
121
-
### Hiding the Task Option Only
111
+
### Hiding the Task Option
122
112
123
113
1. For this scenario (assuming all the changes made above were undone), we only want to hide the Task section.
0 commit comments