@@ -9,6 +9,9 @@ ms.date: 06/02/2021
9
9
ms.author : v-ljoel
10
10
ms.reviewer : tapanm
11
11
contributors :
12
+ - joel-lindstrom
13
+ - navjotm
14
+ - tapanm-msft
12
15
---
13
16
14
17
@@ -130,12 +133,12 @@ The following are the global variables used in the Perspectives app.
130
133
controls the visibility of the splash dialog. If there are multiple project user settings records exist, the oldest record is selected and stored in the
131
134
** gblRecordUserSettings** variable.
132
135
133
- ### App OnStart
136
+ ## App OnStart
134
137
135
138
This section explains the collections, variables, and execution details used
136
139
when the app starts.
137
140
138
- ##### OnStart collections
141
+ ### OnStart collections
139
142
140
143
The following collections are used when the app starts
141
144
@@ -147,7 +150,7 @@ The following collections are used when the app starts
147
150
148
151
149
152
150
- ##### OnStart variables
153
+ ### OnStart variables
151
154
152
155
| Variable name | Description |
153
156
| ----------------------------------| --------------------------------------------------------------------------------------------------------------------------|
@@ -172,55 +175,55 @@ The following collections are used when the app starts
172
175
| locShowPowerAppsPrompt | Local variable to indicate if the user has set the preference to see Power Apps prompt to yes or no. |
173
176
| locShowFirstRun | Local variable to indicate of the current run of the app is the first run for the user. |
174
177
175
- ### About Screen
178
+ ## About Screen
176
179
177
180
This section explains the collections and execution details used on the about
178
181
screen
179
182
180
- ##### About screen collections
183
+ ### About screen collections
181
184
182
185
The following collection is used on the about screen.
183
186
184
187
| ** Collection name** | ** Description** |
185
188
| ---------------------| --------------------------------------------------------|
186
189
| colLocalization | Collection of localized text based on user's language. |
187
190
188
- ##### About screen variables
191
+ ### About screen variables
189
192
190
193
No variables
191
194
192
- ### ** Topic screen**
195
+ ## Topic screen
193
196
194
- #### Find topic
197
+ ### Find topic
195
198
196
199
This section explains collections, global variables, and execution details used
197
200
when finding discussion topic. No collections are involved in finding discussion
198
201
topic process.
199
202
200
- #### Find topic variables
203
+ ### Find topic variables
201
204
202
205
Variables used by topic screen:
203
206
204
207
| Variable name | Description |
205
208
| ------------------| ------------------------------------------|
206
209
| locSelectedTopic | Local variable to store selected topic. |
207
210
208
- #### Find topic execution details
211
+ ### Find topic execution details
209
212
210
213
1 . On search of discussion topic from search bar app will fetch matching result
211
214
from Dataverse in ascending order
212
215
213
216
2 . On select of discussion topic, ** locSelectedTopic** is set to selected
214
217
discussion topic and navigate to ‘Discussion Screen’
215
218
216
- ### ** Add topic screen**
219
+ ## Add topic screen
217
220
218
- #### Add a new topic
221
+ ### Add a new topic
219
222
220
223
This section explains collections, global variables, and execution details used
221
224
when adding a new topic.
222
225
223
- #### Add topic collections
226
+ ### Add topic collections
224
227
225
228
Collections used by new add topic screen:
226
229
@@ -231,7 +234,7 @@ Collections used by new add topic screen:
231
234
| colStockIcons | Collection of stock icons. |
232
235
| colStockImages | Collection of stock images. |
233
236
234
- #### Add topic variables
237
+ ### Add topic variables
235
238
236
239
Variables used by Add topic screen:
237
240
@@ -240,7 +243,7 @@ Variables used by Add topic screen:
240
243
| locDefaultBoardCoverColor | Local variable to determine default board cover color. |
241
244
| locDefaultBoardCoverIcon | Local variable to determine default board cover icon. |
242
245
243
- #### Add topic execution details
246
+ ### Add topic execution details
244
247
245
248
1 . On select of ** Add a Topic** button form Topic Screen, screen navigate to
246
249
Add topic screen
@@ -249,14 +252,14 @@ Variables used by Add topic screen:
249
252
250
253
3 . When ** Save** button selected, Topic will be created.
251
254
252
- ### ** Edit topic screen**
255
+ ## Edit topic screen
253
256
254
- #### Edit topic
257
+ ### Edit topic
255
258
256
259
This section explains collections, global variables, and execution details used
257
260
when editing a topic.
258
261
259
- #### Edit topic collections
262
+ ### Edit topic collections
260
263
261
264
Collections used by new edit topic screen:
262
265
@@ -267,7 +270,7 @@ Collections used by new edit topic screen:
267
270
| colStockIcons | Collection of stock icons. |
268
271
| colStockImages | Collection of stock images. |
269
272
270
- #### Edit topic variables
273
+ ### Edit topic variables
271
274
272
275
Variables used by edit topic screen:
273
276
@@ -280,7 +283,7 @@ Variables used by edit topic screen:
280
283
| locDefaultBoardCoverColor | Local variable to determine default board cover color. |
281
284
| locDeleteTopicWarning | Local variable to control the visibility of the delete dialog. |
282
285
283
- #### Edit and Delete topic execution details
286
+ ### Edit and Delete topic execution details
284
287
285
288
1 . On select of ** Edit button** from the Discussion Screen,
286
289
** locSelectedTopic** local variable will be updated with current topics
@@ -309,14 +312,14 @@ Variables used by edit topic screen:
309
312
310
313
8 . Once the delete process is complete the app navigates to Topic screen.
311
314
312
- ### ** Discussion screen**
315
+ ## Discussion screen
313
316
314
- #### Add a new discussion
317
+ ### Add a new discussion
315
318
316
319
This section explains collections, global variables, and execution details used
317
320
when adding a new discussion.
318
321
319
- #### Discussion collections
322
+ ### Discussion collections
320
323
321
324
Collections used by new add discussion screen:
322
325
@@ -325,7 +328,7 @@ Collections used by new add discussion screen:
325
328
| colSelectedTopicDiscussions | Collection of selected discussion information. |
326
329
| colLocalization | Collection of localized text based on user's language. |
327
330
328
- #### Discussion variables
331
+ ### Discussion variables
329
332
330
333
Variables used by Add discussion screen:
331
334
@@ -334,7 +337,7 @@ Variables used by Add discussion screen:
334
337
| locSelectedTopic | Local variable storing selected topic. |
335
338
| locSelectedDiscussion | Local variable containing discussion selected by user. |
336
339
337
- #### Discussion execution details
340
+ ### Discussion execution details
338
341
339
342
1 . On select of ** New Discussion** button from Discussion Screen, screen will
340
343
navigate to New Discussion screen
@@ -344,14 +347,14 @@ Variables used by Add discussion screen:
344
347
3 . When ** Save** button selected, ** locSelectedDiscussion** local variable that will be updated with currant discussion fields and Discussion record
345
348
will be created in Dataverse against topic.
346
349
347
- ### ** Response screen**
350
+ ## Response screen
348
351
349
- #### Response
352
+ ### Response
350
353
351
354
This section explains collections, global variables, and execution details used
352
355
in response screen.
353
356
354
- #### Response collections
357
+ ### Response collections
355
358
356
359
Collections used by new add topic screen:
357
360
@@ -360,7 +363,7 @@ Collections used by new add topic screen:
360
363
| colSelectedTopicDiscussions | Collection of selected discussion information. |
361
364
| colLocalization | Collection of localized text based on user's language. |
362
365
363
- #### Response variables
366
+ ### Response variables
364
367
365
368
Variables used from response screen:
366
369
@@ -377,7 +380,7 @@ Variables used from response screen:
377
380
| locResponseCreatedByUserSetting | Local variable to store the discussion user setting record of the user who created the response. |
378
381
| locDeleteResponse | Local variable to determine whether the response dialog should be used to delete an existing response. |
379
382
380
- #### Add response execution details
383
+ ### Add response execution details
381
384
382
385
1 . When response screen is loaded local variables ** locAddResponse** and
383
386
** locEditResponse** are set to false.
@@ -394,7 +397,7 @@ Variables used from response screen:
394
397
5 . Once user selects the ** Add** button response will be added in against
395
398
discussion
396
399
397
- #### Edit response execution details
400
+ ### Edit response execution details
398
401
399
402
1 . User can select any discussion from discussion screen. Once discussion is selected from discussion screen, it will be navigated to Response screen.
400
403
@@ -412,7 +415,7 @@ Variables used from response screen:
412
415
6 . Once user updated in response then ** Update** button will be activated and
413
416
response will be updated in Dataverse.
414
417
415
- #### Delete response execution details
418
+ ### Delete response execution details
416
419
417
420
1 . User can select any discussion from discussion screen. Once discussion is selected from discussion screen, it will be navigated to Response screen.
418
421
0 commit comments