Skip to content

Commit 1b6180a

Browse files
authored
Updates as per review
1 parent 6767379 commit 1b6180a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Define ribbon enable rules (model-driven apps) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces"
33
description: "Learn about defining specific rules to control when the ribbon elements are enabled during configuration of ribbon elements." # 115-145 characters including spaces. This abstract displays in the search result."
44
keywords: ""
5-
ms.date: 02/08/2019
5+
ms.date: 05/07/2020
66
ms.service: powerapps
77
ms.topic: article
88
ms.assetid: 201f5db9-be65-7c3b-8202-822d78338bd6
@@ -65,7 +65,7 @@ Uses the `<CrmClientTypeRule>` element to allow definition of rules depending o
6565
- `CrmForOutlookOfflineAccess`
6666

6767
### Custom Rule
68-
Uses the `<CustomRule>` element. Use this kind of rule to call a function in a JavaScript library that returns a Promise (Unified Interface) or boolean (Unified Interface and web client).
68+
Uses the `<CustomRule>` element. Use this kind of rule to call a function in a [Script (JScript) web resource](/powerapps/developer/model-driven-apps/script-jscript-web-resources) that returns a Promise (Unified Interface) or boolean (Unified Interface and web client).
6969

7070
```JavaScript
7171
function EnableRule()

0 commit comments

Comments
 (0)