Skip to content

Commit b1a0a32

Browse files
committed
Update customize-inspection-steps.md
1 parent 139c8b9 commit b1a0a32

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

powerapps-docs/teams/customize-inspection-steps.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ manage, and review Inspections. The three apps are – Inspections, Manage Inspe
2020
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
2121
because just deleting the particular control can cause issues with responsiveness and the look and feel of the app can get affected.
2222

23-
>[!NOTE] Before starting this topic, please review **How to customize Inspections** (insert link).
24-
2523
## Prerequisites
2624

2725
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.
@@ -106,7 +104,7 @@ To complete this lesson, we would need the ability to login into Microsoft Teams
106104
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.
107105
2. To hide the Photo option, we will select grpPhoto from the tree view and set Visible = false.
108106

109-
![Hide Photo Option](media/customize-inspection-steps/set-grpphoto-visible-false.png "Hide Photo Option")
107+
![Photo visibility set to False](media/customize-inspection-steps/set-grpphoto-visible-false.png "Photo visibility set to False")
110108

111109
3. The Note option needs to move to the left in place of the Photo option – for this copy the X property of the Photo Icon and paste it in the X property of the Note icon (Notice that the label also moves along with the icon – this is because the Note label’s X property is dependent on the Note icon’s X
112110
property and changes accordingly thus leaving no empty spaces – the Task option also reacts similarly)

0 commit comments

Comments
 (0)