Skip to content

Commit 3b0c21d

Browse files
committed
Merging changes synced from https://github.com/MicrosoftDocs/powerapps-docs-pr (branch live)
2 parents e5c83af + b079309 commit 3b0c21d

File tree

6 files changed

+196
-8
lines changed

6 files changed

+196
-8
lines changed

powerapps-docs/developer/data-platform/catalog-catalogassignment.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Catalog and CatalogAssignment tables (Microsoft Dataverse) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces
33
description: "Learn how to use the Catalog and CatalogAssignment tables to expose events in your solution"
44
ms.custom: ""
5-
ms.date: 04/01/2021
5+
ms.date: 06/08/2021
66
ms.reviewer: "pehecke"
77
ms.service: powerapps
88
ms.topic: "article"
@@ -16,11 +16,9 @@ search.app:
1616
- D365CE
1717
---
1818

19-
# Catalog and CatalogAssignment tables (Preview)
19+
# Catalog and CatalogAssignment tables
2020

21-
[This article is pre-release documentation and is subject to change.]
22-
23-
Use the [Catalog](reference/entities/catalog.md) and [CatalogAssignment](reference/entities/catalogassignment.md) tables to create a structure to expose actions used in your solution as business events. Microsoft Dataverse Business events is a new capability currently being developed. Business events will enable many scenarios to create integrations with many applications through Dataverse.
21+
Use the [Catalog](reference/entities/catalog.md) and [CatalogAssignment](reference/entities/catalogassignment.md) tables to create a structure to expose actions used in your solution as business events. Microsoft Dataverse Business events is a new capability currently being developed. Business events will enable many scenarios to create integrations with many applications through Dataverse. More information: [Microsoft Dataverse business events](../../maker/data-platform/business-events.md)
2422

2523
Your catalog will describe those events that are relevant to your solution so that people can use them. If you do not catalog the events relevant to your solution, they may not be available to people using your solution.
2624

@@ -502,6 +500,7 @@ For example:
502500

503501
### See also
504502

503+
[Microsoft Dataverse business events (preview)](../../maker/data-platform/business-events.md)<br />
505504
[Create an entity record using the Web API](webapi/create-entity-web-api.md)<br />
506505
[Retrieve an entity record using the Web API](webapi/retrieve-entity-using-web-api.md)<br />
507506
[Create entities using the Organization Service](org-service/entity-operations-create.md)<br />

powerapps-docs/developer/data-platform/custom-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Create your own messages (Microsoft Dataverse) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces
33
description: "Learn about creating your own custom Microsoft Dataverse messages to be executed from your applications, and how these custom messages differ from using the Custom API feature." # 115-145 characters including spaces. This abstract displays in the search result.
44
ms.custom: ""
5-
ms.date: 04/28/2021
5+
ms.date: 06/12/2021
66
ms.reviewer: "pehecke"
77
ms.service: powerapps
88
ms.topic: "article"
15.6 KB
Loading

powerapps-docs/developer/data-platform/virtual-entities/enable-virtual-table-event-support.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Enable Virtual Tables to support Dataverse events (Microsoft Dataverse) | Microsoft Docs"
33
description: "You can allow Virtual entities to participate in asynchronous Dataverse Event Framework pipeline events and in the PowerAutomate Dataverse connector When a row is added, modified or deleted trigger."
4-
ms.date: 06/07/2021
4+
ms.date: 06/12/2021
55
ms.service: powerapps
66
ms.topic: "get-started-article"
77
applies_to:
@@ -18,7 +18,7 @@ search.app:
1818

1919
# Enable Virtual Tables to support Dataverse events
2020

21-
You can allow Virtual entities to participate in asynchronous Dataverse Event Framework pipeline events and in the PowerAutomate Dataverse connector [When a row is added, modified or deleted](/connectors/commondataserviceforapps/#when-a-row-is-added,-modified-or-deleted) trigger.
21+
You can allow Virtual entities to participate in asynchronous Dataverse Event Framework pipeline events and in the PowerAutomate Dataverse connector [When a row is added, modified or deleted](/connectors/commondataserviceforapps/#when-a-row-is-added,-modified-or-deleted) trigger. This capability is enabled as part of Dataverse business events. More information: [Microsoft Dataverse business events](../../../maker/data-platform/business-events.md)
2222

2323
Without any of the configuration described in this topic, most virtual entities do not participate in the Event Framework pipeline like other entities. This means you cannot register plug-in steps against Create, Update, and Delete (CUD) events that occur, and although CUD events appear for these entities in the Power Automate Dataverse connector, an error is thrown when people try to save a flow that uses them.
2424

@@ -468,4 +468,5 @@ var service = new CrmServiceClient(conn);
468468
## See Also
469469

470470
[Event framework](../event-framework.md)<br />
471+
[Microsoft Dataverse business events](../../../maker/data-platform/business-events.md)<br />
471472
[Get started with virtual tables (entities)](get-started-ve.md)

powerapps-docs/maker/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2045,6 +2045,8 @@
20452045
href: ./data-platform/view-entity-data-power-bi.md
20462046
- name: SharePoint, OneNote, and OneDrive integration
20472047
href: ./data-platform/sharepoint-onedrive-onenote-intro.md
2048+
- name: Business Events (preview)
2049+
href: ./data-platform/business-events.md
20482050
- name: Translate customized table and column text
20492051
href: ./data-platform/export-customized-entity-field-text-translation.md
20502052
- name: Import translated table and column text

0 commit comments

Comments
 (0)