Skip to content

Commit 68e7d9b

Browse files
authored
Merge pull request #4127 from MicrosoftDocs/main
master into temp
2 parents a4688d8 + 905b515 commit 68e7d9b

File tree

6 files changed

+27
-12
lines changed

6 files changed

+27
-12
lines changed

.acrolinx-config.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{:allowed-branchname-matches ["^master$", "demo-master-3"]
1+
{:allowed-branchname-matches ["^main$"]
22
:allowed-filename-matches ["power-platform" "power-virtual-agents"]
33
:use-skip-label true
44
:targets

.openpublishing.publish.config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@
4949
{
5050
"path_to_root": "_themes",
5151
"url": "https://github.com/Microsoft/templates.docs.msft",
52-
"branch": "master",
52+
"branch": "main",
5353
"branch_mapping": {}
5454
},
5555
{
5656
"path_to_root": "_themes.pdf",
5757
"url": "https://github.com/Microsoft/templates.docs.msft.pdf",
58-
"branch": "master",
58+
"branch": "main",
5959
"branch_mapping": {}
6060
}
6161
],
@@ -64,7 +64,7 @@
6464
"Publish",
6565
"Pdf"
6666
],
67-
"master": [
67+
"main": [
6868
"Publish",
6969
"Pdf"
7070
],

power-platform/admin/OrgDbOrgSettings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: mduelae
55
ms.service: power-platform
66
ms.component: pa-admin
77
ms.topic: conceptual
8-
ms.date: 08/25/2021
8+
ms.date: 11/18/2021
99
ms.subservice: admin
1010
ms.author: mkaur
1111
search.audienceType:
@@ -26,7 +26,7 @@ This topic covers the default values of OrgDBOrgSettings that are specific to se
2626
| AutoCreateContactOnPromote | true | Disables the ability to automatically create a contact row for unresolved senders on promotion of an email. <br> This option is organization-wide, but can also be disabled from the personal options setting for each user. More information: [Set personal options](/powerapps/user/set-personal-options#email-tab-options) |
2727
| SSSUpdatePastMeetingsInNonDraftMode | false | Allows updates for meetings set entirely within the past in Dynamics 365 to be propagated to Exchange when properties such as start, end, subject, body, attendees, or location are changed. <br>**Note**: If this setting is enabled, Exchange will send out meeting invites, updates, and cancellations for past meetings synchronized from Dynamics 365. |
2828
| DoNotIgnoreInternalEmailToQueues | true | If **Track emails sent between Dynamics 365 users as two activities** is disabled in [system settings](settings-email-tracking.md), this setting allows emails sent from a user to a queue mailbox to be synchronized to Dynamics 365 if the queue's incoming email delivery settings would otherwise accept the email. |
29-
| CreateQueueItemForSynchronizingMailbox | false | Allows queue items to be created for a synchronized mailbox when there's no recipient in the **To:** or **Cc:** field. <br> More information: [Create queue items from synchronized email messages](create-queue-items-from-synchronized-email-messages.md) |
29+
| CreateQueueItemForSynchronizingMailbox | true | Allows queue items to be created for a synchronized mailbox when there's no recipient in the **To:** or **Cc:** field. <br> More information: [Create queue items from synchronized email messages](create-queue-items-from-synchronized-email-messages.md) |
3030
| UsePlainTextForEmailTemplateBody | false | Changes the email template to use plain text where otherwise text with the following symbols wouldn't appear: &lt;text&gt;. |
3131
| EmailTemplateRetrieveFallbackContact | false | When referencing a contact on a lead or opportunity in an email template, use fallback logic to pick up a fallback contact such as primarycontactid or parentcontactId when the referenced contact is empty. |
3232
| ResolveForInactiveEntities | false | When enabled, email addresses for inactive tables are ignored for email address resolution. <br> **Note**: This setting doesn't apply to system users whose accounts have been disabled, who are always excluded. |

power-platform/admin/create-queue-items-from-synchronized-email-messages.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Create queue items from synchronized email messages | MicrosoftDocs"
33
description: Provides information about creating queue items from synchronized email messages.
4-
ms.date: 02/03/2021
4+
ms.date: 11/18/2021
55
ms.service: power-platform
66
ms.topic: "article"
77
author: mduelae
@@ -21,7 +21,7 @@ search.app:
2121
There are several OrgDbOrgSetting options available to control how queue items are automatically created for synchronized email. If you are unfamiliar with OrgDbOrgSettings, see the [KB article](https://support.microsoft.com/topic/orgdborgsettings-tool-for-microsoft-dynamics-crm-20a10f46-2a24-a156-7144-365d49b842ba). Note that the following settings are applied to the entire organization.
2222

2323
- **CreateQueueItemForSynchronizingMailbox**
24-
- When enabled, the system will add the currently synchronizing queue mailbox to the list of queues for which to create a queue item. Consider enabling this option if queue mailboxes potentially receive or process email in which they are not in the recipient list, such as through distribution list memberships or as BCC recipients. The default value is false.
24+
- When enabled, the system will add the currently synchronizing queue mailbox to the list of queues for which to create a queue item. Consider enabling this option if queue mailboxes potentially receive or process email in which they are not in the recipient list, such as through distribution list memberships or as BCC recipients. The default value is true.
2525
- **CreateQueueItemsForAcceptingQueueRecipients**
2626
- When enabled, the system will create a queue item for each resolved queue recipient during incoming email processing. If **AutoRouteToOwnerQueue** is enabled for the email table, the system additionally creates a queue item in the email owner’s default queue. The default value is true.
2727
- **SSSCreateAdditionalQueueItemsForAlreadyTrackedEmail**
@@ -40,4 +40,4 @@ These settings can be mixed and matched to achieve the desired flexibility in ho
4040
5. Step 4 can repeat as needed as more queues ‘opt-in’ to the queue item creation process by moving the email to the inbox folder for processing.
4141

4242

43-
[!INCLUDE[footer-include](../includes/footer-banner.md)]
43+
[!INCLUDE[footer-include](../includes/footer-banner.md)]

power-platform/admin/data-integrator-error-management.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "Troubleshoot issues and manage errors when executing data integrat
44
ms.service: power-platform
55
ms.topic: how-to
66
ms.component: cds
7-
ms.date: 02/04/2021
7+
ms.date: 11/19/2021
88
author: sabinn-msft
99
ms.subservice: admin
1010
ms.author: sabinn
@@ -23,6 +23,21 @@ The Data Integrator is a point-to-point integration service used to integrate da
2323

2424
While we are constantly evolving and driving fixes into the platform based on customer feedback, we understand there is a need to provide guidance when you run into issues. This topic walks you through error management and troubleshooting some of these issues.
2525

26+
## Supported regions
27+
28+
The Data Integrator is supported for the following regions:
29+
- Asia
30+
- Australia
31+
- Canada
32+
- Europe
33+
- India
34+
- Japan
35+
- South America
36+
- United Kingdom
37+
- United States
38+
39+
There are no plans to enable Data Integrator for any other region.
40+
2641
## View health of project executions
2742

2843
Every time a data integration project is executed (manually or scheduled), you can view the status of the execution on the admin dashboard and/or the project list page.
@@ -198,4 +213,4 @@ Additionally, you can open the job history of the project and drill through the
198213

199214

200215

201-
[!INCLUDE[footer-include](../includes/footer-banner.md)]
216+
[!INCLUDE[footer-include](../includes/footer-banner.md)]

power-virtual-agents/configuration-hand-off-omnichannel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ For more information about hand off, and how to use hand-off within a bot conver
3535
* Environments:
3636
* You must install the [extension solutions](#install-extension-solutions) in the same environment where you have your bots.
3737
- Your bot (and extension solutions) environment and omnichannel environment must be in the same [geographical region](data-location.md#data-locations).
38-
- For voice-based hand off capabilities, your environments must be hosted in a datacenter within the [United States Azure geographic location](data-location.md#data-locations).
38+
- For voice-based capabilities, both your tenant _and_ environment must be in the [United States Azure geographic location](data-location.md#data-locations).
3939
* You need a [product license for Power Virtual Agents](https://go.microsoft.com/fwlink/?LinkId=2092080&clcid=0x409) and a [product license with the Chat Add-in for Dynamics 365 Customer service](/dynamics365/customer-engagement/omnichannel/try-chat-for-dynamics365).
4040
* You must be [assigned the omnichannel administrator role](/dynamics365/omnichannel/administrator/add-users-assign-roles#understand-roles-and-their-privileges) to connect bots with omnichannel.
4141
* You'll need an [application registered in Azure](/azure/active-directory/develop/howto-create-service-principal-portal#create-an-azure-active-directory-application) before you can connect to omnichannel.

0 commit comments

Comments
 (0)