Skip to content

Commit 4e0a09b

Browse files
authored
Update refreshRibbon.md
1 parent 618272b commit 4e0a09b

File tree

1 file changed

+2
-2
lines changed
  • powerapps-docs/developer/model-driven-apps/clientapi/reference/formContext-ui

1 file changed

+2
-2
lines changed

powerapps-docs/developer/model-driven-apps/clientapi/reference/formContext-ui/refreshRibbon.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This function is used when a ribbon action `JavaScriptFunction` (RibbonDiffXml)
3636

3737
## Guidance
3838

39-
For optimal performance of your form loads, you should not use this function in `EnableRule` (RibbonDiffXml) or `onLoad` (FormXml). The form load itself triggers rules violation of all the ribbon actions and you should use promises and asynchronous pattern in `EnableRule` to control the visibility of a ribbon action.
39+
For optimal performance of your form loads, you should not use this function in `EnableRule` (RibbonDiffXml) or `onLoad` (FormXml). The form load itself triggers rules evaluation of all the ribbon actions. In case, if you want to control the visibility of a ribbon action, use promises and asynchronous pattern in `EnableRule`.
4040

4141

4242
### Related topics
@@ -46,4 +46,4 @@ For optimal performance of your form loads, you should not use this function in
4646

4747

4848

49-
[!INCLUDE[footer-include](../../../../../includes/footer-banner.md)]
49+
[!INCLUDE[footer-include](../../../../../includes/footer-banner.md)]

0 commit comments

Comments
 (0)