Skip to content

Commit 5334bd4

Browse files
authored
Merge pull request #2453 from MicrosoftDocs/master
updating working
2 parents 5f50c18 + 28f56e7 commit 5334bd4

File tree

127 files changed

+2289
-1391
lines changed

Some content is hidden

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

127 files changed

+2289
-1391
lines changed

.openpublishing.redirection.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1590,6 +1590,21 @@
15901590
"source_path": "powerapps/maker/canvas-apps/release-notes.md",
15911591
"redirect_url": "/powerapps/whats-new",
15921592
"redirect_document_id": true
1593+
},
1594+
{
1595+
"source_path": "powerapps-docs/developer/common-data-service/understand-managed-solutions-merged.md",
1596+
"redirect_url": "../../maker/common-data-service/how-managed-solutions-merged",
1597+
"redirect_document_id": true
1598+
},
1599+
{
1600+
"source_path": "powerapps-docs/maker/common-data-service/navigate-specific-solution.md",
1601+
"redirect_url": "use-solution-explorer",
1602+
"redirect_document_id": true
1603+
},
1604+
{
1605+
"source_path": "powerapps-docs/maker/common-data-service/publish-changes-for-use-customer-service-hub.md",
1606+
"redirect_url": "create-solution#publish-changes",
1607+
"redirect_document_id": true
15931608
}
15941609
]
15951610
}

powerapps-docs/developer/common-data-service/org-service/extend-code-generation-tool.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,5 +127,4 @@ Guid accountId = service.Create(account);
127127

128128
[Create Early-Bound Entity Classes with the Code Generation Tool (CrmSvcUtil.exe)](/dynamics365/customer-engagement/developer/create-early-bound-entity-classes-code-generation-tool)<br />
129129
[Use the Early Bound Entity Classes for Create, Update and Delete](/dynamics365/customer-engagement/developer/use-entity-class-create-update-delete)<br />
130-
[Troubleshooting Tips](/dynamics365/customer-engagement/developer/troubleshooting-tips)<br />
131130
[Run a simple program using Web services](/dynamics365/customer-engagement/developer/simple-program-web-services)

powerapps-docs/developer/common-data-service/org-service/metadata-option-sets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ new `OptionMetadata` instance. When you define an option, it will contain an opt
2525
context of the publisher set for the solution that the option set is created in.
2626
This prefix helps reduce the chance of creating duplicate option sets for a managed solution,
2727
and in any option sets that are defined in organizations where your managed solution is installed. For more information,
28-
see [Merge option set options](../understand-managed-solutions-merged.md#merge-option-set-options).
28+
see [Merge option set options](../../../maker/common-data-service/how-managed-solutions-merged.md).
2929

3030
You can download the sample from [here](https://github.com/microsoft/PowerApps-Samples/tree/master/cds/orgsvc/C%23/WorkWithOptionSets).
3131

powerapps-docs/developer/common-data-service/understand-managed-solutions-merged.md

Lines changed: 0 additions & 59 deletions
This file was deleted.

powerapps-docs/developer/common-data-service/webapi/create-update-optionsets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ new `OptionMetadata` instance. When you define an option, it will contain an opt
3131
context of the publisher set for the solution that the option set is created in.
3232
This prefix helps reduce the chance of creating duplicate option sets for a managed solution,
3333
and in any option sets that are defined in organizations where your managed solution is installed. For more information,
34-
see [Merge option set options](../understand-managed-solutions-merged.md#merge-option-set-options).
34+
see [Merge option set options](../../../maker/common-data-service/how-managed-solutions-merged.md#merge-option-set-options).
3535

3636
## Messages
3737
The following table lists the messages that you can use with global option sets.

0 commit comments

Comments
 (0)