Skip to content

Commit 4d91c66

Browse files
committed
Merge branch 'master' into portals-2072328
2 parents 7dd54be + d9f4e12 commit 4d91c66

File tree

1,584 files changed

+45061
-9493
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,584 files changed

+45061
-9493
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ powerapps-docs/.vs/powerapps-docs/v15/.suo
1717
powerapps-docs/.vs/ProjectSettings.json
1818
powerapps-docs/.vs/slnx.sqlite
1919
powerapps-docs/.vs/VSWorkspaceState.json
20+
/.vs/slnx.sqlite-journal

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"redirections": [
3+
{
4+
"source_path": "powerapps-docs/maker/canvas-apps/monitor.md",
5+
"redirect_url": "../monitor-canvasapps",
6+
"redirect_document_id": "false"
7+
},
38
{
49
"source_path": "powerapps-docs/user/use-custom-model-driven-app-on-mobile.md",
510
"redirect_url": "../mobile/use-custom-model-driven-app-on-mobile",

powerapps-docs/breadcrumb/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
tocHref: /powerapps/developer/common-data-service/
2626
topicHref: /powerapps/maker/index
2727
items:
28-
- name: Common Data Service
28+
- name: Microsoft Dataverse
2929
tocHref: /powerapps/developer/common-data-service/
3030
topicHref: /powerapps/maker/common-data-service/index
3131
items:

powerapps-docs/developer/common-data-service/TOC.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
- name: Common Data Service developer guide
1+
- name: Microsoft Dataverse developer guide
22
href: index.yml
33
- name: Overview
44
href: overview.md
@@ -182,13 +182,13 @@
182182
href: work-data-azure-solution.md
183183
- name: Work with event data in your Azure Event Hub solution
184184
href: work-event-data-azure-event-hub-solution.md
185-
- name: Configure Azure integration with Common Data Service
185+
- name: Configure Azure integration with Dataverse
186186
href: configure-azure-integration.md
187187
- name: Write a custom Azure-aware plug-in
188188
href: write-custom-azure-aware-plugin.md
189189
- name: Write a listener application for a Azure solution
190190
href: write-listener-application-azure-solution.md
191-
- name: "Tutorial: Configure Azure (SAS) for integration with Common Data Service"
191+
- name: "Tutorial: Configure Azure (SAS) for integration with Dataverse"
192192
href: walkthrough-configure-azure-sas-integration.md
193193
- name: "Tutorial: Register an Azure-aware plug-in using the Plug-in Registration Tool"
194194
href: walkthrough-register-azure-aware-plug-in-using-plug-in-registration-tool.md
@@ -204,7 +204,7 @@
204204
href: register-web-hook.md
205205
- name: Test webhook registration
206206
href: test-webhook-registration.md
207-
- name: Work with Common Data Service entities
207+
- name: Work with Dataverse entities
208208
href: entities.md
209209
items:
210210
- name: Customer entities

powerapps-docs/developer/common-data-service/access-web-services.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Access external web services (Common Data Service) | MicrosoftDocs"
2+
title: "Access external web services (Microsoft Dataverse) | MicrosoftDocs"
33
description: "Learn how to access a web service from a custom plug-in or workflow activity."
44
ms.custom: ""
55
ms.date: 8/19/2019
@@ -21,6 +21,7 @@ search.app:
2121

2222
Plug-ins and custom workflow activities can access the network through the HTTP and HTTPS protocols. This capability provides support for accessing popular web services like social sites, news feeds, web services, and more. The following web access restrictions apply to this sandbox capability.
2323

24+
- Your server must have the current [TLS and cipher suites](https://docs.microsoft.com/power-platform/admin/onpremises-server-cipher-tls-requirements).
2425
- Only the HTTP and HTTPS protocols are allowed.
2526
- Access to localhost (loopback) is not permitted.
2627
- IP addresses cannot be used. You must use a named web address that requires DNS name resolution.

powerapps-docs/developer/common-data-service/activity-entities.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Activity entities (Common Data Service) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces
2+
title: "Activity entities (Microsoft Dataverse) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces
33
description: "Activities are tasks that you or your teams perform when they contact customers, for example, sending letters or making telephone calls." # 115-145 characters including spaces. This abstract displays in the search result.
44
ms.custom: ""
55
ms.date: 10/31/2018
@@ -19,13 +19,13 @@ search.app:
1919

2020
[!INCLUDE[cc-data-platform-banner](../../includes/cc-data-platform-banner.md)]
2121

22-
In Common Data Service, activities are tasks that you or your teams perform when they contact customers, for example, sending letters or making telephone calls. You can create activities for yourselves, can assign them to someone else, or can share them with other users or teams. An activity is any action which can be entered on a calendar and has time dimensions (start time, stop time, due date, and duration) that help determine when the action occurred or is to occur. Activities has some basic properties that help determine what action the activity represents, for example, subject and description. An activity state can be opened, canceled, or completed. The completed status of an activity will have several substatus values associated with it to clarify the way that the activity was completed.
22+
In Microsoft Dataverse, activities are tasks that you or your teams perform when they contact customers, for example, sending letters or making telephone calls. You can create activities for yourselves, can assign them to someone else, or can share them with other users or teams. An activity is any action which can be entered on a calendar and has time dimensions (start time, stop time, due date, and duration) that help determine when the action occurred or is to occur. Activities has some basic properties that help determine what action the activity represents, for example, subject and description. An activity state can be opened, canceled, or completed. The completed status of an activity will have several substatus values associated with it to clarify the way that the activity was completed.
2323

24-
Activities involve one or more participants, called activity parties in Common Data Service. For a meeting activity, the participants are those contacts or users attending the meeting. For a telephone call or fax activity, the parties are the caller and the person who is called. The following diagram shows the entity relationships for activities.
24+
Activities involve one or more participants, called activity parties in Dataverse. For a meeting activity, the participants are those contacts or users attending the meeting. For a telephone call or fax activity, the parties are the caller and the person who is called. The following diagram shows the entity relationships for activities.
2525

2626
![Activity diagram](media/entity-model-activity.gif "Activity diagram")
2727

28-
To support the communication needs of the modern-day business, such as instant messaging (IM) and SMS, you can create custom activities in Common Data Service.
28+
To support the communication needs of the modern-day business, such as instant messaging (IM) and SMS, you can create custom activities in Dataverse.
2929

3030
**Other activity entities**
3131

powerapps-docs/developer/common-data-service/activityparty-entity.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "ActivityParty entity (Common Data Service) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces
2+
title: "ActivityParty entity (Microsoft Dataverse) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces
33
description: "An activity party represents a person or group associated with an activity. An activity can have multiple activity parties"
44
ms.custom: ""
55
ms.date: 10/31/2018
@@ -25,7 +25,7 @@ An activity party represents a person or group associated with an activity. An a
2525

2626
## Activity Party Types
2727

28-
There are 11 activity party types in Common Data Service. The activity party type is stored as an integer value in the `ActivityParty.ParticipationTypeMask` attribute. The following table lists the different activity party types, the corresponding integer value for the `ActivityParty.ParticipationTypeMask` attribute, and the description.
28+
There are 11 activity party types in Microsoft Dataverse. The activity party type is stored as an integer value in the `ActivityParty.ParticipationTypeMask` attribute. The following table lists the different activity party types, the corresponding integer value for the `ActivityParty.ParticipationTypeMask` attribute, and the description.
2929

3030
|Activity party type|Value|Description|
3131
|-------------------------|-----------|-----------------|
@@ -43,7 +43,7 @@ An activity party represents a person or group associated with an activity. An a
4343

4444
<a name="SupportedActivityPartyTypes"></a>
4545
## Activity Party Types available for each activity
46-
Not all activity party types are available for each activity in Common Data Service, except for a custom activity. A custom activity supports all activity party types. You can associate an activity party type for an activity by using the respective attribute of an activity. For example, to associate an `Organizer` activity party type with an appointment activity, you must specify a value or an array of values of the `ActivityParty` type in the `Appointment.Organizer` attribute.
46+
Not all activity party types are available for each activity in Dataverse, except for a custom activity. A custom activity supports all activity party types. You can associate an activity party type for an activity by using the respective attribute of an activity. For example, to associate an `Organizer` activity party type with an appointment activity, you must specify a value or an array of values of the `ActivityParty` type in the `Appointment.Organizer` attribute.
4747

4848
To control which email address should be used for sending emails to the activity party, or for replying to emails from the activity party, set the `ActivityParty.AddressUsed` attribute.
4949

powerapps-docs/developer/common-data-service/activitypointer-activity-entity.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "ActivityPointer (activity) entity (Common Data Service) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces
2+
title: "ActivityPointer (activity) entity (Microsoft Dataverse) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces
33
description: "The activity pointer (activity) entity represents any activity or task that is performed, or to be performed by a user. An activity is any action for which an entry can be made on a calendar"
44
ms.custom: ""
55
ms.date: 10/31/2018
@@ -21,7 +21,7 @@ search.app:
2121

2222
The activity pointer (activity) entity represents any activity or task that is performed, or to be performed by a user. An activity is any action for which an entry can be made on a calendar.
2323

24-
Whenever you create an activity record in Common Data Service, a corresponding activity pointer record is created. This indicates that the activity record and the corresponding activity pointer record have the same value for the `ActivityId` attribute. For example, if you create an `Email` record, the attribute values of `Email.ActivityId` and the corresponding `ActivityPointer.ActivityId` will be the same.
24+
Whenever you create an activity record in Microsoft Dataverse, a corresponding activity pointer record is created. This indicates that the activity record and the corresponding activity pointer record have the same value for the `ActivityId` attribute. For example, if you create an `Email` record, the attribute values of `Email.ActivityId` and the corresponding `ActivityPointer.ActivityId` will be the same.
2525

2626
The `ActivityPointer.ActivityTypeCode` attribute defines the type of the activity. The possible values for this attribute are defined in `activitypointer_activitytypecode` global option set.
2727

@@ -35,4 +35,4 @@ The activity pointer (activity) entity represents any activity or task that is p
3535

3636
### See also
3737
[Activity Entities](activity-entities.md)
38-
[ActivityPointer Entity](reference/entities/activitypointer.md)
38+
[ActivityPointer Entity](reference/entities/activitypointer.md)

powerapps-docs/developer/common-data-service/add-transformation-mappings-import.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Add transformation mappings for import (Common Data Service) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces
2+
title: "Add transformation mappings for import (Microsoft Dataverse) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces
33
description: "Transformation mapping enables optional modification of source data before importation." # 115-145 characters including spaces. This abstract displays in the search result.
44
ms.custom: ""
55
ms.date: 10/31/2018
@@ -23,7 +23,7 @@ Use transformation mapping to modify data before importing it. For example, spli
2323

2424
To implement transformation mapping, use the transformation mapping (`TransformationMapping`) entity and transformation parameter mapping (`TransformationParameterMapping`) entity.
2525

26-
The transformed data must be compatible with the Common Data Service entity attribute types.
26+
The transformed data must be compatible with the Microsoft Dataverse entity attribute types.
2727

2828
The transformation type is described by the `TransformationMapping.TransformationTypeName` property. The valid values for this property are listed in the following table:
2929

@@ -135,7 +135,7 @@ Use transformation mapping to modify data before importing it. For example, spli
135135
|Value|Replacement value (same as assigned value).|
136136

137137
> [!NOTE]
138-
> Date transformations can only be used for correctly formatted dates. For information about how to format dates, see Common Data Service Help.
138+
> Date transformations can only be used for correctly formatted dates. For information about how to format dates, see Dataverse Help.
139139
140140
<a name="BKMK_AddToDate"></a>
141141
## Add to date
@@ -201,4 +201,4 @@ Use transformation mapping to modify data before importing it. For example, spli
201201
[Run data import](run-data-import.md)<br />
202202
[Data import entities](data-import-entities.md)<br />
203203
[Sample: Export and import a data map](org-service/samples/export-import-data-map.md)<br />
204-
[Sample: Import data using complex data map](org-service/samples/import-data-complex-data-map.md)<br />
204+
[Sample: Import data using complex data map](org-service/samples/import-data-complex-data-map.md)<br />

powerapps-docs/developer/common-data-service/analyze-performance.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Analyze plug-in performance (Common Data Service) | Microsoft Docs"
2+
title: "Analyze plug-in performance (Microsoft Dataverse) | Microsoft Docs"
33
description: "Learn how to find and analyze data about how your registered plug-ins are performing."
44
ms.custom: ""
55
ms.date: 1/29/2019
@@ -19,7 +19,7 @@ search.app:
1919

2020
[!INCLUDE[cc-data-platform-banner](../../includes/cc-data-platform-banner.md)]
2121

22-
In addition to using a debugger and profiler to learn how your plug-in is performing at the code level, you can obtain metrics as to the overall performance of your registered plug-ins in an organization through [Common Data Service analytics](/power-platform/admin/analytics-common-data-service).
22+
In addition to using a debugger and profiler to learn how your plug-in is performing at the code level, you can obtain metrics as to the overall performance of your registered plug-ins in an organization through [Microsoft Dataverse analytics](/power-platform/admin/analytics-common-data-service).
2323

2424
Through the [Plug-in](/power-platform/admin/analytics-common-data-service#plug-ins) dashboard you can view metrics such as average execution time, failures, most active plug-ins, and more.
2525

@@ -29,4 +29,4 @@ Through the [Plug-in](/power-platform/admin/analytics-common-data-service#plug-i
2929

3030
[Use plug-ins to extend business processes](plug-ins.md)
3131
[Tutorial: Debug a plug-in](tutorial-debug-plug-in.md)
32-
[Debug Plug-ins](debug-plug-in.md)
32+
[Debug Plug-ins](debug-plug-in.md)

0 commit comments

Comments
 (0)