Skip to content

Commit 09770ae

Browse files
committed
Generated from metadata
1 parent f91eb44 commit 09770ae

File tree

316 files changed

+9379
-3767
lines changed

Some content is hidden

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

316 files changed

+9379
-3767
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "aaduser table/entity reference (Microsoft Dataverse) | Microsoft Docs"
33
description: "Includes schema information and supported messages for the aaduser table/entity."
4-
ms.date: 12/07/2022
4+
ms.date: 02/15/2023
55
ms.service: "powerapps"
66
ms.topic: "reference"
77
ms.assetid: 3948cc48-07c8-7f60-0608-71c37158ad7c

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Account table/entity reference (Microsoft Dataverse) | Microsoft Docs"
33
description: "Includes schema information and supported messages for the Account table/entity."
4-
ms.date: 12/07/2022
4+
ms.date: 02/15/2023
55
ms.service: "powerapps"
66
ms.topic: "reference"
77
ms.assetid: 3948cc48-07c8-7f60-0608-71c37158ad7c

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "ACIViewMapper table/entity reference (Microsoft Dataverse) | Microsoft Docs"
33
description: "Includes schema information and supported messages for the ACIViewMapper table/entity."
4-
ms.date: 12/07/2022
4+
ms.date: 02/15/2023
55
ms.service: "powerapps"
66
ms.topic: "reference"
77
ms.assetid: 3948cc48-07c8-7f60-0608-71c37158ad7c

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "ActionCard table/entity reference (Microsoft Dataverse) | Microsoft Docs"
33
description: "Includes schema information and supported messages for the ActionCard table/entity."
4-
ms.date: 12/07/2022
4+
ms.date: 02/15/2023
55
ms.service: "powerapps"
66
ms.topic: "reference"
77
ms.assetid: 3948cc48-07c8-7f60-0608-71c37158ad7c

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "ActionCardUserState table/entity reference (Microsoft Dataverse) | Microsoft Docs"
33
description: "Includes schema information and supported messages for the ActionCardUserState table/entity."
4-
ms.date: 12/07/2022
4+
ms.date: 02/15/2023
55
ms.service: "powerapps"
66
ms.topic: "reference"
77
ms.assetid: 3948cc48-07c8-7f60-0608-71c37158ad7c

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "activityfileattachment table/entity reference (Microsoft Dataverse) | Microsoft Docs"
33
description: "Includes schema information and supported messages for the activityfileattachment table/entity."
4-
ms.date: 12/07/2022
4+
ms.date: 02/15/2023
55
ms.service: "powerapps"
66
ms.topic: "reference"
77
ms.assetid: 3948cc48-07c8-7f60-0608-71c37158ad7c
@@ -31,6 +31,7 @@ Attachment entity with data stored in file type attribute
3131
|-|-|-|
3232
|Assign|PATCH [*org URI*]/api/data/v9.2/activityfileattachments(*activityfileattachmentid*)<br />[Update](/powerapps/developer/common-data-service/webapi/update-delete-entities-using-web-api#basic-update) `ownerid` property.|<xref:Microsoft.Crm.Sdk.Messages.AssignRequest>|
3333
|Create|POST [*org URI*]/api/data/v9.2/activityfileattachments<br />See [Create](/powerapps/developer/common-data-service/webapi/create-entity-web-api)|<xref:Microsoft.Xrm.Sdk.Messages.CreateRequest> or <br /><xref:Microsoft.Xrm.Sdk.IOrganizationService.Create*>|
34+
|CreateMultiple||<xref:Microsoft.Xrm.Sdk.Messages.CreateMultipleRequest>|
3435
|Delete|DELETE [*org URI*]/api/data/v9.2/activityfileattachments(*activityfileattachmentid*)<br />See [Delete](/powerapps/developer/common-data-service/webapi/update-delete-entities-using-web-api#basic-delete)|<xref:Microsoft.Xrm.Sdk.Messages.DeleteRequest> or <br /><xref:Microsoft.Xrm.Sdk.IOrganizationService.Delete*>|
3536
|GrantAccess|<xref href="Microsoft.Dynamics.CRM.GrantAccess?text=GrantAccess Action" />|<xref:Microsoft.Crm.Sdk.Messages.GrantAccessRequest>|
3637
|IsValidStateTransition|<xref href="Microsoft.Dynamics.CRM.IsValidStateTransition?text=IsValidStateTransition Function" />|<xref:Microsoft.Crm.Sdk.Messages.IsValidStateTransitionRequest>|
@@ -42,6 +43,7 @@ Attachment entity with data stored in file type attribute
4243
|RevokeAccess|<xref href="Microsoft.Dynamics.CRM.RevokeAccess?text=RevokeAccess Action" />|<xref:Microsoft.Crm.Sdk.Messages.RevokeAccessRequest>|
4344
|SetState|PATCH [*org URI*]/api/data/v9.2/activityfileattachments(*activityfileattachmentid*)<br />[Update](/powerapps/developer/common-data-service/webapi/update-delete-entities-using-web-api#basic-update) `statecode` and `statuscode` properties.|<xref:Microsoft.Crm.Sdk.Messages.SetStateRequest>|
4445
|Update|PATCH [*org URI*]/api/data/v9.2/activityfileattachments(*activityfileattachmentid*)<br />See [Update](/powerapps/developer/common-data-service/webapi/update-delete-entities-using-web-api#basic-update)|<xref:Microsoft.Xrm.Sdk.Messages.UpdateRequest> or <br /><xref:Microsoft.Xrm.Sdk.IOrganizationService.Update*>|
46+
|UpdateMultiple||<xref:Microsoft.Xrm.Sdk.Messages.UpdateMultipleRequest>|
4547

4648
## Properties
4749

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Attachment (ActivityMimeAttachment) table/entity reference (Microsoft Dataverse) | Microsoft Docs"
33
description: "Includes schema information and supported messages for the Attachment (ActivityMimeAttachment) table/entity."
4-
ms.date: 12/07/2022
4+
ms.date: 02/15/2023
55
ms.service: "powerapps"
66
ms.topic: "reference"
77
ms.assetid: 3948cc48-07c8-7f60-0608-71c37158ad7c

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "ActivityParty table/entity reference (Microsoft Dataverse) | Microsoft Docs"
33
description: "Includes schema information and supported messages for the ActivityParty table/entity."
4-
ms.date: 12/07/2022
4+
ms.date: 02/15/2023
55
ms.service: "powerapps"
66
ms.topic: "reference"
77
ms.assetid: 3948cc48-07c8-7f60-0608-71c37158ad7c

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Activity (ActivityPointer) table/entity reference (Microsoft Dataverse) | Microsoft Docs"
33
description: "Includes schema information and supported messages for the Activity (ActivityPointer) table/entity."
4-
ms.date: 12/07/2022
4+
ms.date: 02/15/2023
55
ms.service: "powerapps"
66
ms.topic: "reference"
77
ms.assetid: 3948cc48-07c8-7f60-0608-71c37158ad7c

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Note (Annotation) table/entity reference (Microsoft Dataverse) | Microsoft Docs"
33
description: "Includes schema information and supported messages for the Note (Annotation) table/entity."
4-
ms.date: 12/07/2022
4+
ms.date: 02/15/2023
55
ms.service: "powerapps"
66
ms.topic: "reference"
77
ms.assetid: 3948cc48-07c8-7f60-0608-71c37158ad7c
@@ -909,10 +909,10 @@ Each Many-To-One relationship is defined by a corresponding One-To-Many relation
909909
- [Goal_Annotation](#BKMK_Goal_Annotation)
910910
- [KbArticle_Annotation](#BKMK_KbArticle_Annotation)
911911
- [DuplicateRule_Annotation](#BKMK_DuplicateRule_Annotation)
912+
- [chat_Annotations](#BKMK_chat_Annotations)
912913
- [msdyn_aimodel_Annotations](#BKMK_msdyn_aimodel_Annotations)
913914
- [msdyn_aifptrainingdocument_Annotations](#BKMK_msdyn_aifptrainingdocument_Annotations)
914915
- [msdyn_aiodimage_Annotations](#BKMK_msdyn_aiodimage_Annotations)
915-
- [chat_Annotations](#BKMK_chat_Annotations)
916916

917917

918918
### <a name="BKMK_knowledgearticle_Annotations"></a> knowledgearticle_Annotations
@@ -1023,6 +1023,12 @@ See the [KbArticle_Annotation](kbarticle.md#BKMK_KbArticle_Annotation) one-to-ma
10231023

10241024
See the [DuplicateRule_Annotation](duplicaterule.md#BKMK_DuplicateRule_Annotation) one-to-many relationship for the [duplicaterule](duplicaterule.md) table/entity.
10251025

1026+
### <a name="BKMK_chat_Annotations"></a> chat_Annotations
1027+
1028+
**Added by**: Activities Patch Solution
1029+
1030+
See the [chat_Annotations](chat.md#BKMK_chat_Annotations) one-to-many relationship for the [chat](chat.md) table/entity.
1031+
10261032
### <a name="BKMK_msdyn_aimodel_Annotations"></a> msdyn_aimodel_Annotations
10271033

10281034
**Added by**: AISolution Solution
@@ -1041,12 +1047,6 @@ See the [msdyn_aifptrainingdocument_Annotations](msdyn_aifptrainingdocument.md#B
10411047

10421048
See the [msdyn_aiodimage_Annotations](msdyn_aiodimage.md#BKMK_msdyn_aiodimage_Annotations) one-to-many relationship for the [msdyn_aiodimage](msdyn_aiodimage.md) table/entity.
10431049

1044-
### <a name="BKMK_chat_Annotations"></a> chat_Annotations
1045-
1046-
**Added by**: Activities Patch Solution
1047-
1048-
See the [chat_Annotations](chat.md#BKMK_chat_Annotations) one-to-many relationship for the [chat](chat.md) table/entity.
1049-
10501050
### See also
10511051

10521052
[Dataverse table/entity reference](../about-entity-reference.md)

0 commit comments

Comments
 (0)