Tuesday 8 September 2015

Refresh ribbon using javascript in CRM

Hi,
 
Most of the times, we write some EnableRules for hiding and showing some buttons based on the Form values.
 
The button renders properly when it is loaded and when user changes some data on the form then if we need show/hide the field, we can use RefreshRibbon method.
 
Here is the syntax of it.

Xrm.Page.ui.refreshRibbon();

Just call this line on the Change event of the field.

Hope this helps.

-- 
Happy CRM'ing
Gopinath

No comments:

Post a Comment