Skip to content

Commit 5bdf548

Browse files
committed
Merge branch 'master' into canvasapp-1919658
2 parents 6072c00 + cd922d6 commit 5bdf548

File tree

347 files changed

+1251
-1087
lines changed

Some content is hidden

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

347 files changed

+1251
-1087
lines changed

powerapps-docs/developer/common-data-service/reference/entities/appmodule.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ These attributes return true for either **IsValidForCreate** or **IsValidForUpda
7575
- [OverriddenCreatedOn](#BKMK_OverriddenCreatedOn)
7676
- [PublishedOn](#BKMK_PublishedOn)
7777
- [PublisherId](#BKMK_PublisherId)
78-
- [UniqueName](#BKMK_UniqueName)
7978
- [URL](#BKMK_URL)
8079
- [WebResourceId](#BKMK_WebResourceId)
8180
- [WelcomePageId](#BKMK_WelcomePageId)
@@ -398,22 +397,6 @@ These attributes return true for either **IsValidForCreate** or **IsValidForUpda
398397
|Type|Lookup|
399398

400399

401-
### <a name="BKMK_UniqueName"></a> UniqueName
402-
403-
|Property|Value|
404-
|--------|-----|
405-
|Description|Unique Name of App Module|
406-
|DisplayName|Unique Name|
407-
|FormatName|Text|
408-
|IsLocalizable|False|
409-
|IsValidForForm|False|
410-
|IsValidForRead|True|
411-
|LogicalName|uniquename|
412-
|MaxLength|100|
413-
|RequiredLevel|SystemRequired|
414-
|Type|String|
415-
416-
417400
### <a name="BKMK_URL"></a> URL
418401

419402
|Property|Value|
@@ -947,4 +930,4 @@ See serviceplan Entity [serviceplan_appmodule](serviceplan.md#BKMK_serviceplan_a
947930

948931
[About the Entity Reference](../about-entity-reference.md)<br />
949932
[Web API Reference](/dynamics365/customer-engagement/web-api/about)<br />
950-
<xref href="Microsoft.Dynamics.CRM.appmodule?text=appmodule EntityType" />
933+
<xref href="Microsoft.Dynamics.CRM.appmodule?text=appmodule EntityType" />

powerapps-docs/developer/model-driven-apps/clientapi/client-scripting-best-practices.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ ms.topic: "article"
66
applies_to:
77
- "Dynamics 365 (online)"
88
ms.assetid: 16271bd8-cfa8-4a7f-802a-60fbff7c3722
9-
author: "KumarVivek"
10-
ms.author: "kvivek"
11-
manager: "annbe"
9+
author: "Nkrb"
10+
ms.author: "nabuthuk"
11+
manager: "kvivek"
1212
search.audienceType:
1313
- developer
1414
search.app:
@@ -17,8 +17,6 @@ search.app:
1717
---
1818
# Best practices: Client scripting in model-driven apps
1919

20-
21-
2220
These are some of the best practice tips you could consider while writing your JavaScript code for model-driven apps.
2321

2422
## Define unique JavaScript function names

powerapps-docs/developer/model-driven-apps/clientapi/clientapi-execution-context.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ ms.topic: "conceptual"
66
applies_to:
77
- "Dynamics 365 (online)"
88
ms.assetid: 1fcbf0fd-4e47-4352-a555-9315f7e57331
9-
author: "KumarVivek"
10-
ms.author: "kvivek"
11-
manager: "annbe"
9+
author: "Nkrb"
10+
ms.author: "nabuthuk"
11+
manager: "kvivek"
1212
search.audienceType:
1313
- developer
1414
search.app:
@@ -17,8 +17,6 @@ search.app:
1717
---
1818
# Client API execution context
1919

20-
21-
2220
The execution context defines the event context in which your code executes. The execution context is passed when an event occurs on a form or grid, which you can use it in your event handler to perform various tasks such as determine [formContext](clientapi-form-context.md) or [gridContext](clientapi-grid-context.md), or manage the save event.
2321

2422
The execution context is passed in one of the following ways:

powerapps-docs/developer/model-driven-apps/clientapi/clientapi-form-context.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ ms.topic: "conceptual"
66
applies_to:
77
- "Dynamics 365 (online)"
88
ms.assetid: 0cf94e8d-801a-451f-98c3-130e912f963b
9-
author: "KumarVivek"
10-
ms.author: "kvivek"
11-
manager: "annbe"
9+
author: "Nkrb"
10+
ms.author: "nabuthuk"
11+
manager: "kvivek"
1212
search.audienceType:
1313
- developer
1414
search.app:

powerapps-docs/developer/model-driven-apps/clientapi/clientapi-grid-context.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ ms.topic: "conceptual"
66
applies_to:
77
- "Dynamics 365 (online)"
88
ms.assetid: f884d7d4-31e6-4080-acd9-493e81e6b278
9-
author: "KumarVivek"
10-
ms.author: "kvivek"
11-
manager: "annbe"
9+
author: "Nkrb"
10+
ms.author: "nabuthuk"
11+
manager: "kvivek"
1212
search.audienceType:
1313
- developer
1414
search.app:

powerapps-docs/developer/model-driven-apps/clientapi/clientapi-xrm.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ ms.topic: "conceptual"
77
applies_to:
88
- "Dynamics 365 (online)"
99
ms.assetid: 15272ad9-25d7-499e-9361-a65f789daf20
10-
author: "KumarVivek"
11-
ms.author: "kvivek"
12-
manager: "annbe"
10+
author: "Nkrb"
11+
ms.author: "nabuthuk"
12+
manager: "kvivek"
1313
search.audienceType:
1414
- developer
1515
search.app:

powerapps-docs/developer/model-driven-apps/clientapi/debug-JavaScript-code.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ ms.topic: "conceptual"
66
applies_to:
77
- "Dynamics 365 (online)"
88
ms.assetid: 3edad039-4397-4984-a29b-9307a7a2aaee
9-
author: "KumarVivek"
10-
ms.author: "kvivek"
11-
manager: "annbe"
9+
author: "Nkrb"
10+
ms.author: "nabuthuk"
11+
manager: "kvivek"
1212
search.audienceType:
1313
- developer
1414
search.app:

powerapps-docs/developer/model-driven-apps/clientapi/events-forms-grids.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ ms.service: powerapps
55
ms.topic: "reference"
66
applies_to: "Dynamics 365 (online)"
77
ms.assetid: 9fb38429-55ef-45ce-a3a3-e649e1be89d0
8-
author: "KumarVivek"
9-
ms.author: "kvivek"
10-
manager: "annbe"
8+
author: "Nkrb"
9+
ms.author: "nabuthuk"
10+
manager: "kvivek"
1111
search.audienceType:
1212
- developer
1313
search.app:

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ ms.topic: "conceptual"
77
applies_to:
88
- "Dynamics 365 (online)"
99
ms.assetid:
10-
author: "KumarVivek"
11-
ms.author: "kvivek"
12-
manager: "annbe"
10+
author: "Nkrb"
11+
ms.author: "nabuthuk"
12+
manager: "kvivek"
1313
search.audienceType:
1414
- developer
1515
search.app:

powerapps-docs/developer/model-driven-apps/clientapi/reference/GetGlobalContext-ClientGlobalContext.js.aspx.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ ms.date: 04/15/2020
44
ms.service: powerapps
55
ms.topic: "conceptual"
66
ms.assetid: b58e6173-e3cd-4a3b-b39a-334c295503ec
7-
author: "KumarVivek"
8-
ms.author: "kvivek"
9-
manager: "annbe"
7+
author: "Nkrb"
8+
ms.author: "nabuthuk"
9+
manager: "kvivek"
1010
search.audienceType:
1111
- developer
1212
search.app:

0 commit comments

Comments
 (0)