Skip to content

Commit 1d73f72

Browse files
committed
More updates
1 parent dd5afc0 commit 1d73f72

File tree

4 files changed

+26
-28
lines changed

4 files changed

+26
-28
lines changed

powerapps-docs/sample-apps/regional-emergency-response/deploy.md

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Download the latest deployment package (.zip) from <https://aka.ms/rer-solution>
5050

5151
Before extracting the .zip file, ensure that you unblock it.
5252

53-
1. Right click the .zip file, select **Properties**.
53+
1. Right-click the .zip file, select **Properties**.
5454

5555
2. In the properties dialog box, select **Unblock**, and then select **Apply** followed by **OK**.
5656

@@ -645,8 +645,7 @@ In this step, we will fix the **Send Password Reset To Contact** process to spec
645645
9. You will return to the process definition page. Save the changes and **Activate** the process.
646646

647647
> [!div class="mx-imgBorder"]
648-
> ![Save changes and activate process](media/deploy-save-activate-process.png "Save changes and activate process")
649-
<!-- ![](media/f0a492755b69dbffb3e122724b2994bf.png) -->
648+
> ![Save changes and activate process](media/deploy-save-activate-process.png "Save changes and activate process")
650649
651650
## Step 12: Verify Assign Web Roles to New Users process is enabled
652651

@@ -692,8 +691,8 @@ In this step, we are going to do the following:
692691

693692
|Flow name|Changes|
694693
|--|--|
695-
|**Portal User Request: Send Email on Decline Request**|Update the connection to connect to Common Data Service and then should be used for sending the emails, like no-reply\@[*customerdomain*].com. This user account must be already set up in your environment with the server-side synchronization enabled.|
696-
|**Portal User Request: Send Email to Admins on Request Creation**|Update the connection to connect to Common Data Service as a user account that should be used for sending the emails, like no-reply\@[*customerdomain*].com. This user account must be already set up in your environment with the server-side synchronization enabled. Additionally, update the portal URL in the email body as per your Portal URL.|
694+
|**Portal User Request: Send Email on Decline Request**|Update the connection to connect to Common Data Service and then specify a user account to send emails.|
695+
|**Portal User Request: Send Email to Admins on Request Creation**|Update the connection to connect to Common Data Service and then specify a user account to send emails. Additionally, update the portal URL in the email body as per your Portal URL.|
697696

698697
1. Sign into [Power Automate](https://flow.microsoft.com/).
699698

@@ -709,23 +708,36 @@ In this step, we are going to do the following:
709708
710709
4. Select the **Portal User Request: Send Email on Decline Request** name to open the flow definition. Select **Edit** on the toolbar.
711710

712-
5. Fix the connection to connect to Common Data Service by selecting **Connections** and then either using the existing connection using a new credential by selecting **Add new connection**.
711+
5. Specify the connection to connect to Common Data Service by selecting **Connections** and then either using the existing connection or using a new credential by selecting **Add new connection**.
713712

714713
> [!div class="mx-imgBorder"]
715714
> ![Fix credential](media/deploy-specify-cred.png "Fix credentials")
716715
717-
6. using a user account that has the server-side synchronization enabled. and then save the flow.
716+
6. After fixing the connection to connect to Common Data Service, select **IfRequestState ==**, and specify the user account that has a mailbox enabled account to send emails.
718717

719718
> [!div class="mx-imgBorder"]
720719
> ![Specify outlook credentials](media/deploy-fix-cred2.png "Specify outlook credentials")
721720
722-
6. In the flow definition, select **Turn On**.
721+
7. Select **Save** to save the changes, and then select **Turn On**.
722+
723+
8. Next, go to the flows list, and select the **Portal User Request: Send Email to Admins on Request Creation** name to open the flow definition. Select **Edit** on the command bar.
724+
725+
9. Fix the connection to connect to Common Data Service by selecting **Connections** and then either using the existing connection or using a new credential by selecting **Add new connection**.
723726

724-
7. Next, go to the flows list, and select the **Portal User Request: Send Email to Admins on Request Creation** name to open the flow definition. Select **Edit** on the command bar.
727+
10. After fixing the connection to connect to Common Data Service:
728+
1. Select **IfRequestState ==**
729+
2. Select **Connections** to specify the connection to connect to Common Data Service
730+
3. Select **Connections** to specify the user account credentials that has a mailbox enabled account to send emails
725731

726-
8. Fix the connection to connect to Common Data Service using a user account that has the server-side synchronization enabled and then save the flow.
732+
> [!div class="mx-imgBorder"]
733+
> ![Specify outlook credentials](media/deploy-fix-cred3.png "Specify outlook credentials")
734+
735+
11. In **Send an email**, ensure that you fix the URL as per your portal URL. For example, in this case, change rer6 to your URL value.
727736

737+
> [!div class="mx-imgBorder"]
738+
> ![Specify outlook credentials](media/deploy-fix-cred4.png "Specify outlook credentials")
728739
740+
12. Select **Save** to save the changes, and then select **Turn On**.
729741

730742
## Step 15: Share admin app with other admin users
731743

112 KB
Loading
122 KB
Loading

powerapps-docs/sample-apps/regional-emergency-response/upgrade.md

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -107,28 +107,14 @@ For details about how to fix these processes, see [Step 13: Verify the Flow
107107
supply tracking flow is
108108
enabled](https://docs.microsoft.com/powerapps/sample-apps/regional-emergency-response/deploy#step-13-verify-the-flow-supply-tracking-flow-is-enabled).
109109

110-
## Step 7: Update the details of flows for sending emails
110+
## Step 7: Verify and update the details of flows for sending emails
111111

112112
In this step, we are going to do the following:
113113

114114
|Flow name|Changes|
115115
|--|--|
116-
|**Portal User Request: Send Email on Decline Request**|Update the connection to connect to Common Data Service as a user account that should be used for sending the emails, like no-reply\@[*customerdomain*].com. This user account must be already set up in your environment with the server-side synchronization enabled.|
117-
|**Portal User Request: Send Email to Admins on Request Creation**|Update the connection to connect to Common Data Service as a user account that should be used for sending the emails, like no-reply\@[*customerdomain*].com. This user account must be already set up in your environment with the server-side synchronization enabled. Additionally, update the portal URL in the email body as per your Portal URL.|
116+
|**Portal User Request: Send Email on Decline Request**|Update the connection to connect to Common Data Service and then specify a user account to send emails.|
117+
|**Portal User Request: Send Email to Admins on Request Creation**|Update the connection to connect to Common Data Service and then specify a user account to send emails. Additionally, update the portal URL in the email body as per your Portal URL.|
118118

119-
1. Sign into [Power Automate](https://flow.microsoft.com/).
120-
121-
2. In the left pane, select **Solutions.** From the solution list, select **Regional Emergency Response Solution** to open the solution.
122-
123-
> [!div class="mx-imgBorder"]
124-
> ![Open the solution](media/deploy-open-solution.png "Open the solution")
125-
126-
3. In the solution, filter on **Flow** to find the **Flow supply tracking** record. Ensure that the status is set to **On**.
127-
128-
> [!div class="mx-imgBorder"]
129-
> ![Find the Flow Supply Tracking record](media/deploy-find-record.png "Find the Flow Supply Tracking record")
130-
131-
4. If it is not set to **On**, select the flow name to open the flow definition.
132-
133-
5. In the flow definition, select **Turn On** in the toolbar.
119+
For detailed information about this, see [Step 14: Update the details of flows for sending emails]
134120

0 commit comments

Comments
 (0)