Skip to content

Commit 01cfa65

Browse files
authored
Merge branch 'main' into patch-1
2 parents 70f76fd + e6a7ceb commit 01cfa65

File tree

379 files changed

+3046
-2004
lines changed

Some content is hidden

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

379 files changed

+3046
-2004
lines changed

powerapps-docs/developer/data-platform/reference/entities/solutioncomponent.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ These columns/attributes return false for both **IsValidForCreate** or **IsValid
149149
|68|Custom Control Default Config|
150150
|70|Field Security Profile|
151151
|71|Field Permission|
152+
|80|Model-driven App|
152153
|90|Plugin Type|
153154
|91|Plugin Assembly|
154155
|92|SDK Message Processing Step|
@@ -518,4 +519,4 @@ See solution Table [solution_solutioncomponent](solution.md#BKMK_solution_soluti
518519

519520
[About the table reference](../about-entity-reference.md)<br />
520521
[Web API Reference](/dynamics365/customer-engagement/web-api/about)<br />
521-
<xref href="Microsoft.Dynamics.CRM.solutioncomponent?text=solutioncomponent EntityType" />
522+
<xref href="Microsoft.Dynamics.CRM.solutioncomponent?text=solutioncomponent EntityType" />

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ You can associate event handlers to only some events using the UI. For events th
2626

2727
### [Legacy](#tab/add-event-handlers-legacy)
2828

29-
Use the **Event Handlers** section of the **Form Properties** dialog box to associate your script with an event for forms and fields.
29+
Use the **Event Handlers** section of the **Form Properties** dialog box to associate your script with an event for forms and columns.
3030

3131
![Event Handler section in Form Properties](../media/Form-EventHandlers.png "Event Handler section in Form Properties")
3232

@@ -45,7 +45,7 @@ To add or remove event handler functions to events in the new Unified Interface:
4545

4646
![Form event handlers](../media/form-event-handlers.png "Form event handlers")
4747

48-
1. If you wish to add the event handler for the on change event, select the field and then select **Event** tab.
48+
1. If you wish to add the event handler for the on change event, select the column and then select **Event** tab.
4949

5050
![Onchange handler](../media/onchange-event-handler.png "Onchange handler")
5151

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This section contains reference documentation for client API object model that c
2929
3030
The topics under this section are organized as follows:
3131
- Starts with reference for all the events, collections, and the execution context object.
32-
- Continues on to provide information about methods for **attributes** and **controls** in Customer Enagagement that are actually collections that appear under different objects in the Client API object model.
32+
- Continues on to provide information about methods for **attributes** and **controls** in Customer Engagement that are actually collections that appear under different objects in the Client API object model.
3333
- Provides reference for properties and methods for the **formContext** and **gridContext** objects.
3434
- Finally provides reference for namespaces in the **Xrm** object model.
3535

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "addGlobalNotification (Client API reference) in model-driven apps| MicrosoftDocs"
3-
ms.date: 03/09/2020
3+
description: Includes description and supported parameters for the addGlobalNotification method.
4+
ms.date: 04/21/2021
45
ms.service: powerapps
56
ms.topic: "reference"
67
author: "Nkrb"
@@ -32,9 +33,9 @@ search.app:
3233
<td>notification</td>
3334
<td>Object</td>
3435
<td>Yes</td>
35-
<td>The notification to add. The object contains the following attributes:
36+
<td>The notification to add. The object contains the following values:
3637
<ul>
37-
<li><b>action</b>: (Optional) Object. Contains the following attributes:
38+
<li><b>action</b>: (Optional) Object. Contains the following values:
3839
<ul>
3940
<li><b>actionLabel</b>: (Optional) String. The label for the action in the message.</li>
4041
<li><b>eventHandler</b>: (Optional) Function reference. The function to execute when the action label is clicked.</li>

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "clearGlobalNotification (Client API reference) in model-driven apps| MicrosoftDocs"
3-
ms.date: 03/09/2020
3+
description: Includes description and supported parameters for the clearGlobalNotification method.
4+
ms.date: 04/21/2021
45
ms.service: powerapps
56
ms.topic: "reference"
67
author: "Nkrb"

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "captureAudio| MicrosoftDocs"
3-
ms.date: 10/31/2018
3+
description: Includes description and supported parameters for the captureAudio method.
4+
ms.date: 04/21/2021
45
ms.service: powerapps
56
ms.topic: "reference"
67
applies_to: "Dynamics 365 (online)"
@@ -29,12 +30,12 @@ search.app:
2930

3031
| Parameter Name | Type | Required |Description |
3132
| ------------- |-------------| -----|-----|
32-
|successCallback |Function | Yes|A function to call when audio is returned. A base64 encoded audio object with the following attributes is passed to the function:<br/>- **fileContent**: Contents of the audio file. String <br/>- **fileName**: Name of the audio file. String.<br/>- **fileSize**: Size of the audio file in KB. Number.<br/>- **mimeType**: Audio file MIME type. String.|
33+
|successCallback |Function | Yes|A function to call when audio is returned. A base64 encoded audio object with the following values is passed to the function:<br/>- **fileContent**: Contents of the audio file. String <br/>- **fileName**: Name of the audio file. String.<br/>- **fileSize**: Size of the audio file in KB. Number.<br/>- **mimeType**: Audio file MIME type. String.|
3334
|errorCallback |Function | Yes|A function to call when the operation fails. |
3435

3536

3637
## Return Value
37-
On success, returns a base64 encoded audio object with the attributes specified earlier.
38+
On success, returns a base64 encoded audio object with the values specified earlier.
3839

3940
## Remarks
4041
This method is supported only for the mobile clients.

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "captureImage | MicrosoftDocs"
3-
ms.date: 10/31/2018
3+
description: Includes description and supported parameters for the captureImage method.
4+
ms.date: 04/21/2021
45
ms.service: powerapps
56
ms.topic: "reference"
67
applies_to: "Dynamics 365 (online)"
@@ -29,13 +30,13 @@ search.app:
2930

3031
| Parameter Name | Type | Required |Description |
3132
| ------------- |-------------| -----|-----|
32-
|imageOptions |Object | No|An object with the following attributes:<br/>- **allowEdit**: Indicates whether to edit the image before saving. Boolean.<br/>- **quality**: Quality of the image file in percentage. Number.<br/>- **height**: Height of the image to capture. Number.<br/>- **width**: Width of the image to capture. Number.<br/>**Note**: Both the height and width dimensions must be specified if used.|
33-
|successCallback |Function | Yes|A function to call when image is returned. A base64 encoded image object with the following attributes is passed to the function:<br/>- **fileContent**: Contents of the image file. String <br/>- **fileName**: Name of the image file. String.<br/>- **fileSize**: Size of the image file in KB. Number.<br/>- **mimeType**: Image file MIME type. String.|
33+
|imageOptions |Object | No|An object with the following values:<br/>- **allowEdit**: Indicates whether to edit the image before saving. Boolean.<br/>- **quality**: Quality of the image file in percentage. Number.<br/>- **height**: Height of the image to capture. Number.<br/>- **width**: Width of the image to capture. Number.<br/>**Note**: Both the height and width dimensions must be specified if used.|
34+
|successCallback |Function | Yes|A function to call when image is returned. A base64 encoded image object with the following values is passed to the function:<br/>- **fileContent**: Contents of the image file. String <br/>- **fileName**: Name of the image file. String.<br/>- **fileSize**: Size of the image file in KB. Number.<br/>- **mimeType**: Image file MIME type. String.|
3435
|errorCallback |Function | Yes|A function to call when the operation fails. |
3536

3637

3738
## Return Value
38-
On success, returns a base64 encoded image object with the attributes specified earlier.
39+
On success, returns a base64 encoded image object with the values specified earlier.
3940

4041
## Remarks
4142
This method is supported only for the mobile clients.

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "captureVideo| MicrosoftDocs"
3-
ms.date: 10/31/2018
3+
description: Includes description and supported parameters for the captureVideo method.
4+
ms.date: 04/21/2021
45
ms.service: powerapps
56
ms.topic: "reference"
67
applies_to: "Dynamics 365 (online)"
@@ -29,12 +30,12 @@ search.app:
2930

3031
| Parameter Name | Type | Required |Description |
3132
| ------------- |-------------| -----|-----|
32-
|successCallback |Function | Yes|A function to call when Video is returned. A base64 encoded Video object with the following attributes is passed to the function:<br/>- **fileContent**: Contents of the Video file. String <br/>- **fileName**: Name of the Video file. String.<br/>- **fileSize**: Size of the Video file in KB. Number.<br/>- **mimeType**: Video file MIME type. String.|
33+
|successCallback |Function | Yes|A function to call when Video is returned. A base64 encoded Video object with the following values is passed to the function:<br/>- **fileContent**: Contents of the Video file. String <br/>- **fileName**: Name of the Video file. String.<br/>- **fileSize**: Size of the Video file in KB. Number.<br/>- **mimeType**: Video file MIME type. String.|
3334
|errorCallback |Function | Yes|A function to call when the operation fails. |
3435

3536

3637
## Return Value
37-
On success, returns a base64 encoded Video object with the attributes specified earlier.
38+
On success, returns a base64 encoded Video object with the values specified earlier.
3839

3940
## Remarks
4041
This method is supported only for the mobile clients.

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "getBarcodeValue| MicrosoftDocs"
3-
ms.date: 10/31/2018
3+
description: Includes description and supported parameters for the getBarCodeValue method.
4+
ms.date: 04/21/2021
45
ms.service: powerapps
56
ms.topic: "reference"
67
applies_to: "Dynamics 365 (online)"

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "getCurrentPosition| MicrosoftDocs"
3-
ms.date: 10/31/2018
3+
description: Includes description and supported parameters for the getCurrentPosition method.
4+
ms.date: 04/21/2021
45
ms.service: powerapps
56
ms.topic: "reference"
67
applies_to: "Dynamics 365 (online)"
@@ -29,12 +30,12 @@ search.app:
2930

3031
| Parameter Name | Type | Required |Description |
3132
| ------------- |-------------| -----|-----|
32-
|successCallback |Function | Yes|A function to call when the current geolocation information is returned. A geolocation object with the following attributes is passed to the function.:<br/>- **coords**: Contains a set of geographic coordinates along with associated accuracy as well as a set of other optional attributes such as altitude and speed. <br/>- **timestamp**: Represents the time when the object was acquired and is represented as DOMTimeStamp.|
33+
|successCallback |Function | Yes|A function to call when the current geolocation information is returned. A geolocation object with the following values is passed to the function.:<br/>- **coords**: Contains a set of geographic coordinates along with associated accuracy as well as a set of other optional values such as altitude and speed. <br/>- **timestamp**: Represents the time when the object was acquired and is represented as DOMTimeStamp.|
3334
|errorCallback |Function | Yes|A function to call when the operation fails. An object with the following properties will be passed: <br/>- **code**: The error code. Number. <br/>- **message**: RLocalized message describing the error details. String.<br/><br/>If the user ___location setting is not enabled on your mobile device, the error message indicates the same. If you are using an earlier version of the model-driven apps mobile client or if geolocation capability is not available on your mobile device, null is passed to the error callback.|
3435

3536

3637
## Return Value
37-
On success, returns a geolocation object with the attributes specified earlier in the **successCallback** function.
38+
On success, returns a geolocation object with the values specified earlier in the **successCallback** function.
3839

3940
## Remarks
4041
For the **getCurrentPosition** method to work, the geolocation capability must be enabled on your mobile device, and the model-driven apps mobile clients must have permissions to access the device ___location, which isn't enabled by default.

0 commit comments

Comments
 (0)