Skip to content

Commit b0d613b

Browse files
committed
More tweaks
1 parent 2bc650e commit b0d613b

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

powerapps-docs/developer/model-driven-apps/define-ribbon-enable-rules.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ function EnableRule()
139139
Uses the `<OrRule>` element. The `OrRule` lets you override the default AND comparison for multiple enable rule types. Use the `OrRule` element to define several possible valid combinations to check.
140140

141141
### Outlook Item Tracking Rule
142-
Uses the `<OutlookItemTrackingRule>` element. Use the `TrackedInCrm` attribute for this element to determine whether the record is being tracked in [!INCLUDE[pn_dynamics_crm](../../includes/pn-dynamics-crm.md)] Customer Engagement.
142+
Uses the `<OutlookItemTrackingRule>` element. Use the `TrackedInCrm` attribute for this element to determine whether the record is being tracked in PowerApps.
143143

144144
### Outlook Version Rule
145145
Uses the `<OutlookVersionRule>` element. Use this to enable a ribbon element for a specific version of [!INCLUDE[pn_MS_Outlook_Full](../../includes/pn-ms-outlook-full.md)] as follows:
@@ -159,17 +159,8 @@ function EnableRule()
159159
### Selection Count Rule
160160
Uses the `<SelectionCountRule>` element. Use this kind of rule with a ribbon displayed for a list to enable a button when specific maximum and minimum numbers of records in the grid are selected. For example, if your button merges records, you should make sure at least two records are selected before enabling the ribbon control.
161161

162-
### Sku Rule
163-
Uses the `<SkuRule>` element. Use this kind of rule to enable a ribbon element for a specific SKU version of [!INCLUDE[pn_dynamics_crm](../../includes/pn-dynamics-crm.md)] as follows:
164-
165-
- `OnPremise`
166-
167-
- `Online`
168-
169-
- `Spla`
170-
171162
### Value Rule
172-
Uses the `<ValueRule>` element. Use this rule to check the value of a specific field in the record being displayed in the form. You must specify the `Field` and the `Value` to check.
163+
Uses the `<ValueRule>` element. Use this rule to check the value of a specific field in the record being displayed in the form. You must specify the `Field` and the `Value` to check.
173164

174165
### See also
175166
[Customize commands and the ribbon](customize-commands-ribbon.md)

0 commit comments

Comments
 (0)