Skip to content

Commit f899220

Browse files
authored
Merge pull request #2410 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/MicrosoftDocs/powerapps-docs (branch live)
2 parents 4d274d9 + 4907acb commit f899220

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

powerapps-docs/developer/common-data-service/create-install-update-managed-solution.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ You create a managed solution by exporting an unmanaged solution as a managed so
4545
> [!IMPORTANT]
4646
> Installing a solution or publishing customizations can interfere with normal system operation. We recommend that you schedule solution imports when it’s least disruptive to users.
4747
48-
If the solution did not import successfully, you can click **Download Log** in the dialog box to download a report that will provide information about errors that occurred that prevented successful import of the managed solution. This file is an XML document configured to be opened by using Ofice Excel.
48+
If the solution did not import successfully, you can click **Download Log** in the dialog box to download a report that will provide information about errors that occurred that prevented successful import of the managed solution. This file is an XML document configured to be opened by using Office Excel.
4949

5050
You can import or update a managed solution programmatically by using the <xref:Microsoft.Crm.Sdk.Messages.ImportSolutionRequest> message. When using this message, you can request a reference to an `ImportJob` entity record that will include details about the success of the import. More information: [Install or Upgrade a Solution](work-solutions.md#BKMK_InstallUpgradeSolution)
5151

@@ -74,4 +74,4 @@ You create a managed solution by exporting an unmanaged solution as a managed so
7474
[Solution Components and Dependency Tracking](dependency-tracking-solution-components.md)
7575
[Create, Export, or Import an Unmanaged Solution](create-export-import-unmanaged-solution.md)
7676
[Uninstall or Delete a solution](uninstall-delete-solution.md)
77-
[Customization Solutions File Schema](/dynamics365/customer-engagement/developer/customize-dev/customization-solutions-file-schema)
77+
[Customization Solutions File Schema](/dynamics365/customer-engagement/developer/customize-dev/customization-solutions-file-schema)

powerapps-docs/developer/model-driven-apps/clientapi/reference/Xrm-Navigation/openWebResource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ An HTML web resource can accept the parameter values described in [Pass paramete
5050
- Open an HTML web resource, setting the windowOptions:
5151

5252
```
53-
var windowOptions = { height: 400, width: 400 }
53+
var windowOptions = { height: 400, width: 400 };
5454
Xrm.Navigation.openWebResource("new_webResource.htm",windowOptions);
5555
```
5656

powerapps-docs/developer/model-driven-apps/clientapi/reference/Xrm-Utility/getGlobalContext/userSettings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Returns the date formatting information for the current user.
3636

3737
**Type**: Object
3838

39-
**Description**: An object with informatiuon about date formatting such as **FirstDayOfWeek**, **LongDatePattern**, **MonthDayPattern**, **TimeSeparator**, and so on.
39+
**Description**: An object with information about date formatting such as **FirstDayOfWeek**, **LongDatePattern**, **MonthDayPattern**, **TimeSeparator**, and so on.
4040

4141
## defaultDashboardId
4242

0 commit comments

Comments
 (0)