Skip to content

Commit 83f3054

Browse files
authored
Live publish
2 parents 5d057c3 + ef60601 commit 83f3054

File tree

4 files changed

+14
-7
lines changed

4 files changed

+14
-7
lines changed

powerapps-docs/developer/data-platform/appendix-add-license-information-to-your-solution.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ The plan definition file must include the following columns laid out in the form
8787
8888
**Service ID:** This is created automatically when you create a plan in the Partner Center as part of the offer creation. Copy it from partner center into the plan definition file. More information: [Create plans in Partner Center](/azure/marketplace/dynamics-365-customer-engage-plans).
8989
90+
**Display Name:** This is a descriptive name for your plan which you can choose. It will be show to users on license check error screens so it should be easily recognizable to your customers.
91+
92+
**More info URL:** This is a URL where you would like to direct users to get more information about your solution, in the event they run into a license check error.
93+
9094
9195
### Plan mapping file
9296
@@ -126,4 +130,4 @@ To add the license information from the CSV files (created above) to the solutio
126130

127131
## See also
128132

129-
[Appendix: App certification checklist](appendix-app-certification-checklist.md)
133+
[Appendix: App certification checklist](appendix-app-certification-checklist.md)

powerapps-docs/developer/data-platform/create-solution-app-appsource.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,11 @@ For detailed information about using the Configuration Migration tool to create
4848

4949
You will have a solution file (example: *SampleSolution.zip*) and optionally a demo data file (example: *SampleData.zip*) for your app.
5050

51+
**Optional licensing information:** If you wish to add licensing information to your solution, see [Appendix: Add licensing information to your solution](appendix-add-license-information-to-your-solution.md).
5152

5253
> [!div class="nextstepaction"]
5354
> [Step 3: Create an AppSource package for your app](create-package-app-appsource.md)
5455
5556

5657

57-
[!INCLUDE[footer-include](../../includes/footer-banner.md)]
58+
[!INCLUDE[footer-include](../../includes/footer-banner.md)]

powerapps-docs/developer/data-platform/webapi/azure-storage-partitioning.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ ms.date: 01/27/2021
66
ms.reviewer: "pehecke"
77
ms.service: powerapps
88
ms.topic: "article"
9-
author: "JimDaly" # GitHub ID
10-
ms.author: "pehecke" # MSFT alias of Microsoft employees only
11-
manager: "sunilg" # MSFT alias of manager or PM counterpart
9+
author: "Bluebear73" # GitHub ID
10+
ms.author: "munzinge" # MSFT alias of Microsoft employees only
11+
manager: "mayadu" # MSFT alias of manager or PM counterpart
1212
search.audienceType:
1313
- developer
1414
search.app:

powerapps-docs/developer/model-driven-apps/clientapi/reference/controls/getContentWindow.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ function setClientApiContext(xrm, formContext) {
6363
}
6464
```
6565

66-
Next, add the following code in the form onLoad event handler:
66+
Next, add the following code in the form OnLoad event handler:
6767

6868
```javascript
6969
// This should be in a script loaded on the form.
@@ -81,5 +81,7 @@ function form_onload(executionContext) {
8181
}
8282
```
8383

84+
Similar initialization code should be added to a TabStateChange event handler if such initialization is necessary. Any initialization code should be idempotent if it is re-used. For performance reasons, the form may destroy and re-initialize the control during tab navigations.
8485

85-
[!INCLUDE[footer-include](../../../../../includes/footer-banner.md)]
86+
87+
[!INCLUDE[footer-include](../../../../../includes/footer-banner.md)]

0 commit comments

Comments
 (0)