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/maker/common-data-service/common-issues-resolutions-solution-checker.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -177,7 +177,9 @@ When solution checker fails due to Common Data Service denying access based on a
177
177
178
178
### Plugin step unexpectedly interrupts execution by throwing InvalidPluginExecutionException
179
179
180
-
When solution checker fails due to the error "ISV aborted code", a plugin step was triggered that explicitly interrupted execution by throwing an InvalidPluginExcecutionException. Either reconfigure the plugin step to not execute on the operation invoked by solution checker or adjust the plugin implementation not to interrupt execution based on the conditions presented by solution checker.
180
+
Solution checker may fail due to the errors "ISV code aborted the operation" or "An unexpected error occurred from ISV code". When this occurs, it indicates a plugin step was triggered that explicitly interrupted execution by throwing an InvalidPluginExcecutionException or that an error was not caught properly in plugin code. Either reconfigure the plugin step to not execute on the operation invoked by solution checker or adjust the plugin implementation not to interrupt execution based on the conditions presented by solution checker.
181
+
182
+
Common operations invoked by solution checker include Create and Update. These operations can occur on the following entities: Analysis Job, Analysis Component, or Analysis Result.
181
183
182
184
## Solution checker fails due to disabled first-party application in Azure Active Directory
-Open [Power Apps](https://make.powerapps.com) in a web browser or download[Power Apps Mobile](https://powerapps.microsoft.com/downloads):
20
20
21
21
- For Apple devices with iOS, such as iPhone and iPad, use the [App Store](https://aka.ms/powerappsios).
22
22
@@ -26,9 +26,9 @@ This article provides step-by-step instructions about how to use the Employee Re
26
26
27
27
## Getting started with the app
28
28
29
-
Open the app from your device and sign in with your company's Azure Active Directory account. You can view all apps shared with you by your organization after you sign in. More information: [Power Apps mobile device sign in](https://docs.microsoft.com/powerapps/user/run-app-client#open-power-apps-and-sign-in)
29
+
Open the app from your device and sign in with your company's Azure Active Directory account. You can view all apps shared with you by your organization after you sign in. More information: [Power Apps mobile device sign in](https://docs.microsoft.com/powerapps/user/run-app-client#open-power-apps-and-sign-in), [Power Apps web browser sign in](https://docs.microsoft.com/powerapps/user/run-app-browser)
30
30
31
-
When you successfully sign in and open the **Return to the Workplace** app from your mobile device, you can get a day pass, look up facility status, or answer the employee sentiment question.
31
+
When you successfully sign in and open the **Return to the Workplace** app, you can get a day pass, look up facility status, or answer the employee sentiment question.
@@ -37,11 +37,11 @@ When you successfully sign in and open the **Return to the Workplace** app from
37
37
38
38
You can find all available facilities and see the reopen status for them. Select **Look Up Status** to look for facilities and view details such as whether the facility is open and what phase of reopening it's in.
39
39
40
-
When you select a facility from the facility list, the current status of the facility and associated details are displayed. Select **<** to return to the home screen.
41
-
42
40
> [!div class="mx-imgBorder"]
43
41
> 
44
42
43
+
When you select a facility from the facility list, the current status of the facility and associated details are displayed. Select **<** to return to the previous screen.
4. Select an available area within that facility. Select **See All Available** option to show the available areas. Select **Save as default for future check ins** to save the area to reuse on future check ins. Select **NEXT** to continue with the check-in process.
If your responses to the symptom check statements show that you're healthy, you'll receive a pass to enter the selected facility. The pass expires in 24 hours.
87
+
If your responses to the symptom check statements show that you're healthy, you'll receive a pass to enter the selected facility. The pass is valid until the end of the day.
If your responses show you aren't healthy, you won't receive a pass and you'll be given contact information for the company health and safety department to use if you need.
92
+
To cancel your pass, select the **CANCEL PASS** button. Select **YES, CANCEL** to proceed with canceling the pass or **NO** to keep the pass.
If your responses show you aren't healthy, you'll not receive a pass and provided with contact information for the company health and safety department if you need.
0 commit comments