Skip to content

Commit f481248

Browse files
committed
Revising to address github issue Power Apps 762
1 parent fb6d2a2 commit f481248

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

powerapps-docs/maker/common-data-service/cds-processes.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Apply business logic in Common Data Service | MicrosoftDocs"
33
description: "Learn about the different types of business logic you can use in your app"
44
ms.custom: ""
5-
ms.date: 08/06/2018
5+
ms.date: 12/20/2019
66
ms.reviewer: ""
77
ms.service: powerapps
88
ms.suite: ""
@@ -24,14 +24,32 @@ search.app:
2424
- D365CE
2525
---
2626
# Apply business logic in Common Data Service
27+
There are several choices available for applying business logic in Common Data Service.
28+
29+
## Business rules
30+
You can create business rules and recommendations to apply logic and validations without writing code or creating plug-ins. Business rules provide a simple interface to implement and maintain fast-changing and commonly used rules.
2731

2832
Define *business rules* for an entity that apply to all the entity forms and at the server level. Business rules defined for an entity apply to both *canvas apps* and *model-driven apps* if the entity is used in the app. More information: [Create a business rule for an entity](data-platform-create-business-rule.md)
2933

3034
> [!NOTE]
3135
> To define a business rule that applies to a form in a model-driven app, see [Create business rules for a model-driven app form](../model-driven-apps/create-business-rules-recommendations-apply-logic-form.md)
3236
37+
## Power Automate
38+
Power Automate has several different flows you can use to create automated workflows within Common Data Service or between Common Data Service and another app or service than can be used to synchronize files, get notifications, collect data, and more.
39+
40+
41+
|Flow type |Description |More information |
42+
|---------|---------|---------|
43+
|Business process flows | Define a set of steps that runs in a Power Apps model-driven app for people to follow to take them to a desired outcome. | [Learn more](/power-automate/create-business-process-flow) |
44+
|Automated flows | Create a flow that performs one or more tasks automatically after it's triggered by an event. | [Learn more](/power-automate/get-started-logic-flow) |
45+
|Button flows | Run repetitive tasks from anyplace, at any time, via a flow app on your mobile device. | [Learn more](/power-automate/introduction-to-button-flows) |
46+
|Scheduled flows | Create a flow that performs one or more tasks on a schedule. | [Learn more](/power-automate/run-scheduled-tasks) |
47+
|UI flows | Record and automate the playback of manual steps on legacy software. | [Learn more](/power-automate/ui-flows/overview) |
48+
49+
50+
## Classic Common Data Service processes
3351
You can also use the classic Common Data Service processes, which are workflows and actions. More information: [Power Automate: Use Workflow processes](/flow/workflow-processes) and [Power Automate: Actions overview](/flow/actions).
3452

35-
## See also
53+
### See also
3654

3755
[Apply business logic in model-driven apps](../model-driven-apps/guide-staff-through-common-tasks-processes.md)

0 commit comments

Comments
 (0)