You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/maker/common-data-service/cds-processes.md
+20-2Lines changed: 20 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: "Apply business logic in Common Data Service | MicrosoftDocs"
3
3
description: "Learn about the different types of business logic you can use in your app"
4
4
ms.custom: ""
5
-
ms.date: 08/06/2018
5
+
ms.date: 12/20/2019
6
6
ms.reviewer: ""
7
7
ms.service: powerapps
8
8
ms.suite: ""
@@ -24,14 +24,32 @@ search.app:
24
24
- D365CE
25
25
---
26
26
# 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.
27
31
28
32
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)
29
33
30
34
> [!NOTE]
31
35
> 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)
32
36
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
33
51
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).
34
52
35
-
## See also
53
+
###See also
36
54
37
55
[Apply business logic in model-driven apps](../model-driven-apps/guide-staff-through-common-tasks-processes.md)
0 commit comments