Skip to content

Commit a8b72dc

Browse files
committed
Merge remote-tracking branch 'origin/master' into matp-1940501
2 parents 3241136 + 038b99b commit a8b72dc

File tree

332 files changed

+2494
-1015
lines changed

Some content is hidden

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

332 files changed

+2494
-1015
lines changed

app-selector2.png

35.1 KB
Loading

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
href: org-service/paging-behaviors-and-ordering.md
3232
- name: Use column comparison in queries
3333
href: column-comparison.md
34+
- name: FetchXML search item limit
35+
href: quick-find-limit.md
3436
- name: "Use SQL to query data (Preview)"
3537
href: cds-sql-query.md
3638
- name: Saved Queries

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Activity entities (Common Data Service) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces
3-
description: "In Dynamics 365 (online), 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.
3+
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
66
ms.reviewer: "pehecke"

powerapps-docs/developer/common-data-service/apply-slas-entities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Service level agreements (SLAs) in Common Data Service help you define the level
6363

6464
<a name="Limitations"></a>
6565

66-
## Limitations to applying SLAs in Dynamics 365 (online)
66+
## Limitations to applying SLAs
6767

6868
In Common Data Service, the following limitations are applicable for SLAs per Common Data Service instance (organization):
6969

powerapps-docs/developer/common-data-service/behavior-format-date-time-attribute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ If you have users and offices around the world, it is important to properly repr
3434
|Member name and value|Description|
3535
|---------------------------|-----------------|
3636
|`UserLocal`|- Stores the date and time value as UTC value in the system.<br />- The retrieve operation returns the UTC value.<br />- The update operation converts the UTC value to the current user’s time zone value, and then stores the updated value as is or as the equivalent UTC value depending on the kind ([DateTimeKind](https://msdn.microsoft.com/library/shx7s921.aspx)) of the value specified for update. If the specified value is of UTC kind, it’s stored as is. Otherwise, the UTC-equivalent value is stored.<br />- Retrieving the formatted value converts from UTC to the user’s current time zone based on the time zone and locale setting of the user.<br />- For the Web API, the attribute is exposed as DateTimeOffset.<br />- This behavior is used for system attributes like `CreatedOn` and `ModifiedOn`, and cannot be changed. You should use this behavior for custom attributes where you want to store date and time values with the time zone information.|
37-
|`DateOnly`|- Stores the actual date value with the time value as 12:00 AM (00:00:00) in the system.<br />- For the retrieve and update operations, no time zone conversion is performed, and the time value is always 12 AM (00:00:00).<br />- Retrieving the formatted value displays the date value without any time zone conversion.<br />- For the Web API, the attribute is exposed as DateTimeOffset.<br />- This behavior should be used for custom attributes that store birthdays and anniversaries, where the time information is not required.|
37+
|`DateOnly`|- Stores the actual date value with no time value.<br />- Retrieving the formatted value displays the date value.<br />- For the Web API, the attribute is exposed as Date.<br />- This behavior should be used for custom attributes that store birthdays and anniversaries, where the time information is not required.|
3838
|`TimeZoneIndependent`|- Stores the actual date and time values in the system regardless of the user time zone.<br />- For the retrieve and update operations, no time zone conversion is performed, and actual date and time values are returned and updated respectively in the system regardless of the user time zone.<br />- Retrieving the formatted value displays the date and time value (without any time zone conversion) based on the format as specified by the current user’s time zone and locale setting.<br />- For the Web API, the attribute is exposed as DateTimeOffset.<br />- This behavior should be used for attributes that store information such as check in and check out time for hotels.|
3939

4040
The following sample code demonstrates how to set a `UserLocal` behavior for a new date time attribute:

powerapps-docs/developer/common-data-service/connect-microsoft-office-365.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Connect with Microsoft Office 365 and Common Data Service (Common Data Service) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces
3-
description: "The Microsoft Office 365 portal provides a single sign-on experience for Office 365 customers where they can sign in once and access any Office 365 application, including Dynamics 365 (online)" # 115-145 characters including spaces. This abstract displays in the search result.
3+
description: "The Microsoft Office 365 portal provides a single sign-on experience for Office 365 customers where they can sign in once and access any Office 365 application" # 115-145 characters including spaces. This abstract displays in the search result.
44
ms.custom: ""
55
ms.date: 10/31/2018
66
ms.reviewer: "pehecke"
@@ -22,14 +22,14 @@ Common Data Service is part of the Office 365 collaboration and productivity too
2222
Using federation, applications can connect to Common Data Service using the same system user identities and credentials available in an Azure Active Directory based network. More information: [Single sign-on roadmap](https://technet.microsoft.com/library/hh967643.aspx).
2323

2424
## In This Section
25-
[Dynamics 365 (online) Integration with Office 365](online-integration-office-365.md)
25+
[Common Data Service Integration with Office 365](online-integration-office-365.md)
2626

27-
[Authenticate Office 365 Users with Dynamics 365 (online) Web Services](/dynamics365/customer-engagement/developer/authenticate-office-365-users-customer-engagement-web-services)
27+
[Authenticate Office 365 Users with Common Data Service Web Services](/dynamics365/customer-engagement/developer/authenticate-office-365-users-customer-engagement-web-services)
2828

29-
[Sample: Authenticate Users with Dynamics 365 Web Services](/dynamics365/customer-engagement/developer/sample-authenticate-users-web-services)
29+
[Sample: Authenticate Users with Common Data Service Web Services](/dynamics365/customer-engagement/developer/sample-authenticate-users-web-services)
3030

3131
## Related Sections
32-
[Authenticate Users with Dynamics 365 Web Services](/dynamics365/customer-engagement/developer/authenticate-users)
32+
[Authenticate Users with Common Data Service Web Services](/dynamics365/customer-engagement/developer/authenticate-users)
3333

34-
[Connect to the Dynamics 365 Web Services](/dynamics365/customer-engagement/developer/authenticate-office-365-users-customer-engagement-web-services)
34+
[Connect to the Common Data Service Web Services](/dynamics365/customer-engagement/developer/authenticate-office-365-users-customer-engagement-web-services)
3535

powerapps-docs/developer/common-data-service/customization-solutions-file-schema.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ ms.service: powerapps
88
ms.suite: ""
99
ms.tgt_pltfrm: ""
1010
ms.topic: "article"
11-
applies_to:
12-
- "Dynamics 365 (online)"
1311
helpviewer_keywords:
1412
- "schemas"
1513
ms.assetid: 71e3e594-0240-4af1-99b4-135042b7a000
@@ -23,7 +21,6 @@ search.app:
2321
- PowerApps
2422
- D365CE
2523
---
26-
<!-- https://docs.microsoft.com/dynamics365/customer-engagement/developer/customize-dev/customization-solutions-file-schema -->
2724

2825
# Customization solutions file schema
2926

powerapps-docs/developer/common-data-service/download-tools-nuget.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ You can download tools used in development from NuGet using the powershell scri
4040
1. Copy and paste the following PowerShell script into the PowerShell window and press Enter.
4141

4242
```powershell
43+
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
4344
$sourceNugetExe = "https://dist.nuget.org/win-x86-commandline/latest/nuget.exe"
4445
$targetNugetExe = ".\nuget.exe"
4546
Remove-Item .\Tools -Force -Recurse -ErrorAction Ignore

powerapps-docs/developer/common-data-service/includes/data-service-errors.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@
245245
|0x8004B58C<br />-2147175028|Name: **BDK_E_ZIP_CITY_MISSING**<br />Message: {0} |
246246
|0x8004B58D<br />-2147175027|Name: **BDK_E_ZIP_INVALID**<br />Message: {0} Billing zip code error.|
247247
|0x8004B58E<br />-2147175026|Name: **BDK_E_ZIP_INVALID_FOR_ENTERED_STATE**<br />Message: {0} Billing zip code error.|
248-
|0x8005E003<br />-2147098621|Name: **BidsAuthenticationError**<br />Message: An error occured while authenticating with server {0}.|
248+
|0x8005E003<br />-2147098621|Name: **BidsAuthenticationError**<br />Message: An error occurred while authenticating with server {0}.|
249249
|0x8005E006<br />-2147098618|Name: **BidsAuthenticationFailed**<br />Message: Authentication failed when trying to connect to server {0}. The username or password is incorrect.|
250250
|0x8005E000<br />-2147098624|Name: **BidsInvalidConnectionString**<br />Message: Input connection string is invalid. Usage: ServerUrl[;OrganizationName][;HomeRealmUrl]|
251251
|0x8005E001<br />-2147098623|Name: **BidsInvalidUrl**<br />Message: Input url {0} is invalid.|
@@ -387,13 +387,13 @@
387387
|0x80045035<br />-2147200971|Name: **CannotChangeAccessModeForInternetMarketingUser**<br />Message: Internet Marketing User is a system user. You cannot change its access mode.|
388388
|0x8004D293<br />-2147167597|Name: **CannotChangeAttributeRequiredLevel**<br />Message: An attribute's required level cannot be changed from SystemRequired|
389389
|0x80072607<br />-2147015161|Name: **CannotChangeConnectorDisplayName**<br />Message: The connector display name attribute cannot be changed.|
390-
|0x800608F4<br />-2147088140|Name: **CannotChangeConvertRuleState**<br />Message: Error occured during activating Convert Rule.Please check your privileges on Workflow and kindly try again or Contact your system administrator.|
390+
|0x800608F4<br />-2147088140|Name: **CannotChangeConvertRuleState**<br />Message: Error occurred during activating Convert Rule.Please check your privileges on Workflow and kindly try again or Contact your system administrator.|
391391
|0x800609A4<br />-2147087964|Name: **CannotChangeDaysSinceRecordLastModified**<br />Message: You need to enable this entity for mobile offline before you can set or change the number of days since the record was last modified.|
392392
|0x80045036<br />-2147200970|Name: **CannotChangeInvitationStatusForInternetMarketingUser**<br />Message: Internet Marketing User is a system user. You cannot change its invitation status.|
393393
|0x80061013<br />-2147086317|Name: **CannotChangeProductRelationship**<br />Message: You can't add or modify the product relationship of a retired product.|
394394
|0x8004F986<br />-2147157626|Name: **CannotChangeSelectedBundleToAnotherValue**<br />Message: If a bundle is selected as an existing product, you can't change it to another value.|
395395
|0x8004F987<br />-2147157625|Name: **CannotChangeSelectedProductWithBundle**<br />Message: If a product is selected as an existing product, you can't change it to a bundle.|
396-
|0x8004F863<br />-2147157917|Name: **CannotChangeState**<br />Message: Error occured during activating SLA.Please check your privileges on Workflow and kindly try again or Contact your system administrator.|
396+
|0x8004F863<br />-2147157917|Name: **CannotChangeState**<br />Message: Error occurred during activating SLA.Please check your privileges on Workflow and kindly try again or Contact your system administrator.|
397397
|0x80040279<br />-2147220871|Name: **CannotChangeStateOfNonpublicView**<br />Message: Only public views can be deactivated and activated.|
398398
|0x80048337<br />-2147187913|Name: **CannotChangeTeamTypeDueToOwnership**<br />Message: You cannot modify the type of the team because there are records owned by the team.|
399399
|0x80048336<br />-2147187914|Name: **CannotChangeTeamTypeDueToRoleOrProfile**<br />Message: You cannot modify the type of the team because there are security roles or field security profiles assigned to the team.|
@@ -738,7 +738,7 @@
738738
|0x80090101<br />-2146893567|Name: **ColumnNameNotFound**<br />Message: The column with name '{0}' cannot be found on the table with name '{1}'.|
739739
|0x8004F027<br />-2147160025|Name: **CombinedManagedPropertyFailure**<br />Message: The evaluation of the current component(name={0}, id={1}) in the current operation ({2}) failed during at least one managed property evaluations: {3}|
740740
|0x80154B52<br />-2146088110|Name: **CommandNotSupported**<br />Message: Command is not supported in offline mode.|
741-
|0x80072556<br />-2147015338|Name: **CommitFileFailure**<br />Message: Error occured when commiting file. (chunkList size: {0}, uploadToken: {1}, fileName:{2}, mimeType:{3})|
741+
|0x80072556<br />-2147015338|Name: **CommitFileFailure**<br />Message: Error occurred when commiting file. (chunkList size: {0}, uploadToken: {1}, fileName:{2}, mimeType:{3})|
742742
|0x80044506<br />-2147203834|Name: **CommunicationBlocked**<br />Message: Communication is blocked due to a socket exception.|
743743
|0x8004F019<br />-2147160039|Name: **ComponentDefinitionDoesNotExists**<br />Message: No component definition exists for the component type {0}.|
744744
|0x80072014<br />-2147016684|Name: **ComponentDisabledForMigration**<br />Message: Component with name {0} is not enabled for import on this organization.|
@@ -1537,7 +1537,7 @@
15371537
|0x8005E008<br />-2147098616|Name: **IndexOutOfRange**<br />Message: The index {0} is out of range for {1}. Number of elements present are {2}.|
15381538
|0x80060895<br />-2147088235|Name: **IndexSizeConstraintViolated**<br />Message: Index size exceeded the size limit of {0} bytes. The key is too large. Try removing some columns or making the strings in string columns shorter.|
15391539
|0x8004F800<br />-2147158016|Name: **InitializeErrorNoReadOnSource**<br />Message: The operation could not be completed because you donot have read access on some of the fields in {0} record.|
1540-
|0x80072555<br />-2147015339|Name: **InitializeFileRequestFailure**<br />Message: Error occured during initialize file request. (RecordId: {0}, EntityName: {1}) Details:{2}|
1540+
|0x80072555<br />-2147015339|Name: **InitializeFileRequestFailure**<br />Message: Error occurred during initialize file request. (RecordId: {0}, EntityName: {1}) Details:{2}|
15411541
|0x80060378<br />-2147089544|Name: **InputParameterFieldIncorrect**<br />Message: Input parameter “{0}” does not match the input parameter field configured. Contact your system administrator to check the configuration metadata if the error persists.|
15421542
|0x80044320<br />-2147204320|Name: **InsertOptionValueInvalidType**<br />Message: You can add option values only to picklist and status attributes.|
15431543
|0x8004E115<br />-2147163883|Name: **InstanceOutsideEffectiveRange**<br />Message: Cannot perform the operation. An instance is outside of series effective expansion range.|
@@ -2338,7 +2338,7 @@
23382338
|0x8004B00D<br />-2147176435|Name: **OfferingIdNotSupported**<br />Message: This version does not support search for offering id.|
23392339
|0x80044239<br />-2147204551|Name: **OfficeGraphDisabledError**<br />Message: Document Recommendations has been disabled for this organization.|
23402340
|0x80044257<br />-2147204521|Name: **OfficeGraphSiteNotConfigured**<br />Message: No default SharePoint site has been configured.|
2341-
|0x800610EB<br />-2147086101|Name: **OfficeGroupsExceptionRetrieveSetting**<br />Message: Office Groups Exception occured in RetrieveOfficeGroupsSetting: {0}.|
2341+
|0x800610EB<br />-2147086101|Name: **OfficeGroupsExceptionRetrieveSetting**<br />Message: Office Groups Exception occurred in RetrieveOfficeGroupsSetting: {0}.|
23422342
|0x800610EA<br />-2147086102|Name: **OfficeGroupsFeatureNotEnabled**<br />Message: Office Groups feature is not enabled.|
23432343
|0x800610EC<br />-2147086100|Name: **OfficeGroupsInvalidSettingType**<br />Message: Invalid setting type for Office Groups feature: {0}.|
23442344
|0x800610EE<br />-2147086098|Name: **OfficeGroupsNoAuthServersFound**<br />Message: Office Groups feature could not find any authorization servers.|
@@ -2480,10 +2480,10 @@
24802480
|0x80060380<br />-2147089536|Name: **ProcessActionWorkflowNotEnabledForOnDemand**<br />Message: Process Action or Workflow must be enabled for on-demand execution to be available for action steps.|
24812481
|0x80060372<br />-2147089550|Name: **ProcessControlDoesNotExistOnForm**<br />Message: Process Control does not exist on form|
24822482
|0x80060399<br />-2147089511|Name: **ProcessEmptyBranches**<br />Message: This process contains empty branches. Define or delete these branches and try again.|
2483-
|0x80072554<br />-2147015340|Name: **ProcessFileFailure**<br />Message: Error occured when processing file. Reason: {0}|
2483+
|0x80072554<br />-2147015340|Name: **ProcessFileFailure**<br />Message: Error occurred when processing file. Reason: {0}|
24842484
|0x80060460<br />-2147089312|Name: **ProcessIdDoesNotMatchBusinessProcessDefinition**<br />Message: Validation error: Process ID does not match Business Process definition.|
24852485
|0x80060459<br />-2147089319|Name: **ProcessIdIsEmpty**<br />Message: Validation error: Process ID cannot be empty.|
2486-
|0x80072553<br />-2147015341|Name: **ProcessImageFailure**<br />Message: Error occured when processing image. Reason: {0}|
2486+
|0x80072553<br />-2147015341|Name: **ProcessImageFailure**<br />Message: Error occurred when processing image. Reason: {0}|
24872487
|0x80060370<br />-2147089552|Name: **ProcessInstanceNotFound**<br />Message: Supplied process instance {0} does not match any existing instance on this entity {1}|
24882488
|0x80060398<br />-2147089512|Name: **ProcessNameContainsInvalidCharacters**<br />Message: The business process name contains invalid characters.|
24892489
|0x80060418<br />-2147089384|Name: **ProcessNameIsNullOrEmpty**<br />Message: The business process flow name is NULL or empty. |
@@ -2961,7 +2961,7 @@
29612961
|0x8004853C<br />-2147187396|Name: **SolutionUpgradeWrongSolutionSelected**<br />Message: "To use this action, you must first select the old solution and then try again."|
29622962
|0x80044340<br />-2147204288|Name: **SourceAttributeHeaderTooBig**<br />Message: Column headers must be 160 or fewer characters. Fix the column headers, and then run Data Migration Manager again.|
29632963
|0x8004033d<br />-2147220675|Name: **SourceEntityMappedToMultipleTargets**<br />Message: This source entity is mapped to more than one Microsoft Dynamics 365 entity. Remove any duplicate mappings, and then import this data map again.|
2964-
|0x8006072A<br />-2147088598|Name: **SPAccountNameFetchFailure**<br />Message: Exception occured while fetching account name from Sharepoint.|
2964+
|0x8006072A<br />-2147088598|Name: **SPAccountNameFetchFailure**<br />Message: Exception occurred while fetching account name from Sharepoint.|
29652965
|0x80060760<br />-2147088544|Name: **SPAllFilesErrorScenario**<br />Message: One or more sites in all files view of SharePointDocument failed.|
29662966
|0x8006070A<br />-2147088630|Name: **SPBadLockInFileCollectionErrorCode**<br />Message: The file in the collection has bad lock |
29672967
|0x80060767<br />-2147088537|Name: **SPCertificationError**<br />Message: S2STokenIssuer certificate not found.|
@@ -3003,7 +3003,7 @@
30033003
|0x8006071F<br />-2147088609|Name: **SPIllegalCharactersInFileNameErrorCode**<br />Message: Illegal characters in filename|
30043004
|0x8006071D<br />-2147088611|Name: **SPIllegalFileTypeErrorCode**<br />Message: Illegal file type|
30053005
|0x80060716<br />-2147088618|Name: **SPInstanceOfRecurringEventErrorCode**<br />Message: List item is an instance of a recurring event which is not a recurrence exception, the list item is a workflow task whose parent workflow is in the recycle bin, or the parent list is a document library|
3006-
|0x80060764<br />-2147088540|Name: **SPIntermittentError**<br />Message: Intermittent error occured. Please refresh the grid and try again|
3006+
|0x80060764<br />-2147088540|Name: **SPIntermittentError**<br />Message: Intermittent error occurred. Please refresh the grid and try again|
30073007
|0x80060762<br />-2147088542|Name: **SPInvalidDocumentLocation**<br />Message: Invalid Sharepoint Document Location type|
30083008
|0x8006071E<br />-2147088610|Name: **SPInvalidFieldValueErrorCode**<br />Message: Invalid Field Value|
30093009
|0x8006070B<br />-2147088629|Name: **SPInvalidLookupValuesErrorCode**<br />Message: List item could not be updated because invalid lookup values were found for one or more field(s) in the list|

0 commit comments

Comments
 (0)