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
1. Complete the **Import Setup** for **Microsoft Teams Connection** and **Office 365 Users Connection** by selecting the appropriate connections using *Select during import* hyperlink. You may have to create [new connection](add-data-connection.md) if it already doesn't exist.
167
168
1. Select **Import**.
168
169
169
170
### Update the SharePoint connections
@@ -207,6 +208,81 @@ connect it to your new data sources.
207
208
208
209
1.**Save** and **Publish** the app.
209
210
211
+
#### Disable ___location updates
212
+
213
+
This app records a users ___location and stores it in your SharePoint site whenever a user sets their status. This allows your crisis management team to view this data in a Power BI report.
214
+
215
+
To disable this functionality, follow these steps:
216
+
217
+
1. Search for the **btnDateRange** control
218
+
1. Open the **OnSelect** property of the **btnDateRante** control in the formula bar.
219
+
1. Copy and paste the following snippet in the formula bar for **OnSelect** property:
220
+
221
+
```
222
+
UpdateContext({locSaveDates: true});
223
+
224
+
// Store the output properties of the calendar in static variables and collections.
0 commit comments