Skip to content

Commit b91b2dd

Browse files
committed
Adding proc per 2669165
1 parent e891d95 commit b91b2dd

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

powerapps-docs/maker/data-platform/data-platform-create-business-rule.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ By combining conditions and actions, you can do any of the following with busine
3737

3838
## Differences between canvas and model-driven apps
3939

40-
Model driven apps can use all actions available on business rules, however not all business rule actions are available for canvas apps at this time. The following actions are **not** available on Canvas apps :
40+
Model driven apps can use all actions available on business rules, however not all business rule actions are available for canvas apps at this time. The following actions are **not** available on canvas apps:
4141

4242
* Show or hide columns
4343
* Enable or disable columns
@@ -95,7 +95,7 @@ Business rules work with most column types including text, number, choice, date,
9595

9696
8. **Add actions.** To add an action:
9797

98-
1. Drag one of the action components from the **Components** tab to a plus sign next to **Condition** component. Drag the action to a plus sign next to a check mark if you want the business rule to take that action when the condition is met, or to a plus sign next to an x if you want the business rule to take that action if the condition is not met.
98+
1. Drag one of the action components from the **Components** tab to a plus sign next to **Condition** component. Drag the action to a plus sign next to a check mark if you want the business rule to take that action when the condition is met, or to a plus sign next to an x if you want the business rule to take that action if the condition isn't met.
9999

100100
![Drag an action to a business rule.](./media/data-platform-cds-create-business-rule/drag-an-action-business-rule.png "Drag an action to a business rule")
101101

@@ -105,7 +105,7 @@ Business rules work with most column types including text, number, choice, date,
105105

106106
9. **Add a business recommendation (model-driven apps only)**. To add a business recommendation:
107107

108-
1. Drag the **Recommendation** component from the **Components** tab to a plus sign next to a **Condition** component. Drag the **Recommendation** component to a plus sign next to a check mark if you want the business rule to take that action when the condition is met, or to a plus sign next to an x if you want the business rule to take that action if the condition is not met.
108+
1. Drag the **Recommendation** component from the **Components** tab to a plus sign next to a **Condition** component. Drag the **Recommendation** component to a plus sign next to a check mark if you want the business rule to take that action when the condition is met, or to a plus sign next to an x if you want the business rule to take that action if the condition isn't met.
109109

110110
2. To set properties for the recommendation, select the **Recommendation** component in the designer window, and then set the properties in the **Properties** tab.
111111

@@ -135,8 +135,8 @@ Business rules work with most column types including text, number, choice, date,
135135
1. Sign in to [Power Apps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc), on the left navigation pane expand **Data**.
136136
1. In the list that appears, select **Tables**.
137137
1. Open the **Task** table, and then select the **Business rules** tab.
138-
1. Select New.
139-
1. Select **New Condition** on the business process flow canvas, and enter or select the following properties.
138+
1. Select **Add business rule**.
139+
1. Select **New Condition** on the business process flow canvas, and enter or select the following properties:
140140
- **Display name**: *Task is more than 30 days old*
141141
- **Entity**: **Task**
142142
- **Rule 1**
@@ -151,31 +151,31 @@ Business rules work with most column types including text, number, choice, date,
151151
1. In the **Show Error Message Properties** tab, enter the following properties:
152152
- **Display Name**: *Task is more than 30 days old*
153153
- **Entity**: **Task**
154-
- Error Message:
154+
- **Error Message**:
155155
- **Field**: **Description**
156156
- **Message**: *This task is more than 30 days old!*
157157
1. Select **Apply**.
158158
1. Select **Save**.
159159

160160
## Localize error messages used in business rules
161161

162-
If you have more than one language provisioned for your organization, you will want to localize any error messages that you have set. Each time you set a message, a label is generated by the system. If you export the translations in your organization, you can add localized versions of your messages and then import those labels back into the Dataverse, so that people using languages other than your base language can view the translated messages.
162+
If you've more than one language provisioned for your organization, you'll want to localize any error messages that you have set. Each time you set a message, a label is generated by the system. If you export the translations in your organization, you can add localized versions of your messages and then import those labels back into the Dataverse, so that people using languages other than your base language can view the translated messages.
163163

164164
## Common issues
165165

166166
This section describes common issues that may occur when you use business rules.
167167

168168
### Composite attributes not supported with Unified Interface apps
169169

170-
Actions or conditions that use [Composite attributes](../../developer/model-driven-apps/clientapi/reference/composite-attributes.md) are not supported in apps based on the Unified Interface. Alternatively, you can use actions or conditions on the attributes that comprise the composite attributes. For example, instead of using the **Full Name** (fullname) attribute, you can use the **First Name** (firstname) and **Last Name** (lastname) attributes.
170+
Actions or conditions that use [Composite attributes](../../developer/model-driven-apps/clientapi/reference/composite-attributes.md) aren't supported in apps based on the Unified Interface. Alternatively, you can use actions or conditions on the attributes that comprise the composite attributes. For example, instead of using the **Full Name** (fullname) attribute, you can use the **First Name** (firstname) and **Last Name** (lastname) attributes.
171171

172172
### Is your business rule not firing for a form?
173173

174174
A business rule may not execute because the field referenced in the business rule isn’t included with the form.
175175
1. Open [solution explorer](../model-driven-apps/advanced-navigation.md#solution-explorer). Expand the entity that you want and then select **Forms**.
176176
2. Open the form that you want and then on the form designer ribbon select **Business Rules**.
177177
3. In the form designer, open the business rule.
178-
4. In the business rule designer select each condition and action to verify all the fields referenced in each condition and action.
178+
4. In the business rule designer, select each condition and action to verify all the fields referenced in each condition and action.
179179

180180
> [!div class="mx-imgBorder"]
181181
> ![Field referenced in business rule exists in entity.](media/data-platform-cds-create-business-rule/business-rule-field.png "Field referenced in business rule exists in entity")
@@ -191,13 +191,13 @@ A business rule may not execute because the field referenced in the business rul
191191
- Yes, a business rule can unlock fields and edit actions on a read-only form.
192192

193193
*How do I troubleshoot a business rule that isn't working?*
194-
- See [Is your business rule not firing for a form?](#is-your-business-rule-not-firing-for-a-form) in this topic.
194+
- See [Is your business rule not firing for a form?](#is-your-business-rule-not-firing-for-a-form) in this article.
195195

196196
*Do business rules react to changes made by an onLoad script?*
197-
- No, they will execute before an onload script is executed.
197+
- No, they'll execute before an onload script is executed.
198198

199199
*When I update a business rule, is it executed against all existing records?*
200-
- No. Business rules are run on clients. For example, they run when a form is opened by a user and when a field value changes on that open form. They are not executed inside Dataverse.
200+
- No. Business rules are run on clients. For example, they run when a form is opened by a user and when a field value changes on that open form. They aren't executed inside Dataverse.
201201

202202
### See also
203203

0 commit comments

Comments
 (0)