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/developer/model-driven-apps/define-ribbon-enable-rules.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: "Define ribbon enable rules (model-driven apps) | Microsoft Docs"# Intent and product brand in a unique string of 43-59 chars including spaces"
3
3
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."
4
4
keywords: ""
5
-
ms.date: 02/08/2019
5
+
ms.date: 05/07/2020
6
6
ms.service: powerapps
7
7
ms.topic: article
8
8
ms.assetid: 201f5db9-be65-7c3b-8202-822d78338bd6
@@ -65,7 +65,7 @@ Uses the `<CrmClientTypeRule>` element to allow definition of rules depending o
65
65
-`CrmForOutlookOfflineAccess`
66
66
67
67
### 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).
0 commit comments