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/issue-reporting-architecture.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: joel-lindstrom
5
5
ms.service: powerapps
6
6
ms.topic: conceptual
7
7
ms.custom:
8
-
ms.date: 06/02/2021
8
+
ms.date: 06/03/2021
9
9
ms.author: v-ljoel
10
10
ms.reviewer: tapanm
11
11
contributors:
@@ -83,9 +83,9 @@ Manage Issues app uses following collections.
83
83
| colPlannerTasks | To collect the list of Planner Tasks in a particular plan based on the Plan and Team IDs. | OnStart property of the App |
84
84
| colDataverseIssueReports | Collection to collect Dataverse Issue report categories. | OnStart property of the App |
85
85
| colStats | Collection to collect the stats of the planner tasks. | OnVisible property of the Insights screen |
86
-
| colUserProfiles | Used to collect User details from Office 365. | Issue templates screen (Manage issues) Issue report screen (Issue reporting) |
86
+
| colUserProfiles | Used to collect User details from Office 365. | Issue templates screen |
87
87
| colDataverseIssueAssignments | Used to store information about the User to whom Issue has been assigned. | OnSelect property of the Save button while creating a new Issue template. |
88
-
| colAppTemplateCounting | Collection used to count the number of issues based on their completion status. | Issue Templates Screen (Manage issues) |
88
+
| colAppTemplateCounting | Collection used to count the number of issues based on their completion status. | Issue Templates Screen |
89
89
| colDataverseIssueQuestions | To collect the questions for a particular issue template. | OnSelect property of the Save button while creating a new Issue template |
90
90
| colQuestionsToDelete | To collect the questions to be deleted from the Issue template. | OnSelect property of the Save button while creating a new Issue template |
0 commit comments