Skip to content

Commit fcdefac

Browse files
authored
Merge pull request MicrosoftDocs#318 from nschonni/fix--MD039/no-space-in-links
fix: MD039/no-space-in-links
2 parents 3e229df + 59da77b commit fcdefac

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The following tools are distributed in NuGet packages. The [Developer Guide: Dow
2626

2727
|Tool |Description |
2828
|---------|---------|
29-
|Code generation tool `CrmSvcUtil.exe`|A command-line code generation tool that generates early-bound .NET Framework classes that represent the entity data model used by the organization service. <br />More information: <br />[Organization Service](work-with-data-cds.md#organization-service)<br />[Create early bound entity classes with the code generation tool ](/dynamics365/customer-engagement/developer/org-service/create-early-bound-entity-classes-code-generation-tool)|
29+
|Code generation tool `CrmSvcUtil.exe`|A command-line code generation tool that generates early-bound .NET Framework classes that represent the entity data model used by the organization service. <br />More information: <br />[Organization Service](work-with-data-cds.md#organization-service)<br />[Create early bound entity classes with the code generation tool](/dynamics365/customer-engagement/developer/org-service/create-early-bound-entity-classes-code-generation-tool)|
3030
|Configuration Migration tool `DataMigrationUtility.exe`|Used to move configuration data across environments. Configuration data is used to define custom functionality and is typically stored in custom entities. This tool is not designed to move business data. <br /> More information: [Common Data Service Administrator Guide: Move configuration data across instances and organizations with the Configuration Migration tool](/dynamics365/customer-engagement/admin/manage-configuration-data)|
3131
|Package Deployer `PackageDeployer.exe`|Used to deploy packages on Common Data Service instances. A package is an installable unit that includes solutions. <br /> More information: <br />[Deploy Solution Packages](introduction-solutions.md#deploy-solution-packages)<br />[Create packages for the Common Data Service Package Deployer](/dynamics365/customer-engagement/developer/create-packages-package-deployer)|
3232
|Plug-in Registration Tool `PluginRegistration.exe`|A tool used to subscribe .NET assembly plug-in classes to server events. <br />More information: <br />[Create a plug-in](apply-business-logic-with-code.md#create-a-plug-in)<br />[Register a plug-in](register-plug-in.md)|

powerapps-docs/developer/common-data-service/walkthrough-configure-azure-sas-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ This walkthrough guides you through configuring the Azure Service Bus issuer, sc
4848

4949
## Create a service endpoint
5050

51-
A [ServiceEndpoint Entity ](reference/entities/serviceendpoint.md) contains configuration data that is required for external messaging with a Azure Service Bus solution endpoint. By using the Plug-in Registration Tool, you can easily create a service endpoint entity in a Common Data Service organization and configure the service bus endpoint issuer, scope, and rules. D:\GitHub\power-apps\powerapps-docs-pr\powerapps-docs\developer\common-data-service\reference\entities\serviceendpoint.md
51+
A [ServiceEndpoint Entity](reference/entities/serviceendpoint.md) contains configuration data that is required for external messaging with a Azure Service Bus solution endpoint. By using the Plug-in Registration Tool, you can easily create a service endpoint entity in a Common Data Service organization and configure the service bus endpoint issuer, scope, and rules.
5252

5353
### Register a Service Endpoint
5454

powerapps-docs/developer/common-data-service/workflow/workflow-extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ More information: [Install Visual Studio 2017](/visualstudio/install/install-vis
103103

104104
## Create a custom workflow activity assembly
105105

106-
These are general steps used to create a custom workflow activity using Visual Studio. For a complete step-by-step example see [Tutorial: Create workflow extension ](tutorial-create-workflow-extension.md).
106+
These are general steps used to create a custom workflow activity using Visual Studio. For a complete step-by-step example see [Tutorial: Create workflow extension](tutorial-create-workflow-extension.md).
107107

108108
1. Create a Workflow Activity Library project using .NET Framework 4.6.2 as the target framework
109109
1. Delete the Activity1.xaml file generated with the project

powerapps-docs/maker/common-data-service/types-of-entities.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ The following table lists activity entities that are available in a default Comm
5656
|Name|Description|Display in activity menus|Reference|
5757
|----------|-----------------|----------------|---------------|
5858
|**Appointment**|Commitment representing a time interval with start/end times and duration.|Yes|[Appointment](/powerapps/developer/common-data-service/reference/entities/appointment)|
59-
|**Email**|Activity that is delivered using email protocols.|Yes|[Email ](/powerapps/developer/common-data-service/reference/entities/email)|
59+
|**Email**|Activity that is delivered using email protocols.|Yes|[Email](/powerapps/developer/common-data-service/reference/entities/email)|
6060
|**Fax**|Activity that tracks call outcome and number of pages for a fax and optionally stores an electronic copy of the document.|Yes|[Fax](/powerapps/developer/common-data-service/reference/entities/fax)|
6161
|**Letter**|Activity that tracks the delivery of a letter. The activity can contain the electronic copy of the letter.|Yes|[Letter](/powerapps/developer/common-data-service/reference/entities/letter)|
62-
|**Phone Call**|Activity to track a telephone call.|Yes|[PhoneCall ](/powerapps/developer/common-data-service/reference/entities/phonecall)|
62+
|**Phone Call**|Activity to track a telephone call.|Yes|[PhoneCall](/powerapps/developer/common-data-service/reference/entities/phonecall)|
6363
|**Recurring Appointment**|The master appointment of a recurring appointment series.|Yes|[RecurringAppointmentMaster](/powerapps/developer/common-data-service/reference/entities/recurringappointmentmaster)|
6464
|**Task**|Generic activity representing work needed to be done.|Yes|[Task](/powerapps/developer/common-data-service/reference/entities/task)|
6565

powerapps-docs/maker/model-driven-apps/accessing-view-definitions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,6 @@ On any list view for an entity in a legacy web app, on the command bar you will
9393
If the entity that the view is associated with is part of an unmanaged solution, you can still create or edit views for that entity in the default solution. System views are associated with an entity and are not available as separate solution components. Unlike fields, views do not use a customization prefix in a unique name that should be consistent in a solution, so you do not need to create views in the context of a solution.
9494

9595
## Next steps
96-
[Understand views ](create-edit-views.md)
96+
[Understand views](create-edit-views.md)
9797

9898

powerapps-docs/maker/model-driven-apps/use-main-form-and-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ You can add or edit web resources on a form to make it more appealing or useful
146146
You can add iFrames to a form to integrate content from another website within a form. To know more about the IFRAME properties, see [IFRAME properties](iframe-properties-legacy.md).
147147

148148
## Edit navigation
149-
Navigation within the form allows people to view lists of related records. Each entity relationship has properties to control whether it should be shown. More information: [Navigation Pane Item for Primary Entity ](../common-data-service/create-edit-1n-relationships-solution-explorer.md#navigation-pane-item-for-primary-entity)
149+
Navigation within the form allows people to view lists of related records. Each entity relationship has properties to control whether it should be shown. More information: [Navigation Pane Item for Primary Entity](../common-data-service/create-edit-1n-relationships-solution-explorer.md#navigation-pane-item-for-primary-entity)
150150

151151
Any entity relationships that are configured to be displayed can be overridden within the form editor.
152152

powerapps-docs/user/export-data-excel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ You can export data to a standard Excel file that you can use on any device such
4242

4343
| Task | Learn more |
4444
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------|
45-
| Do an *ad-hoc* or *what if* analysis without modifying app data. Or, quick bulk edit to multiple records. | [Export to Excel Online ](export-to-excel-online.md) |
45+
| Do an *ad-hoc* or *what if* analysis without modifying app data. Or, quick bulk edit to multiple records. | [Export to Excel Online](export-to-excel-online.md) |
4646
| Get a snapshot of the data at the current data and time or you want to share it with others. | [Export to an Excel static worksheet](export-excel-static-worksheet.md) |
4747
| Get the most up-to-date information and be able to refresh it in Excel and match what you see in the app at any time. | [Export to an Excel dynamic worksheet](export-excel-dynamic-worksheet.md) |
4848
| View app data in a pivot table. | [Export to an Excel PivotTable](export-excel-pivottable.md) |

0 commit comments

Comments
 (0)