Saturday, 16 August 2025

Dynamics 365 Ribbon Button JavaScript customization function- Displays a popup message when the button is clicked.

 function RequestRibbonCustomisation(primaryControl) {

var formContext = primaryControl;

alert("Coming soon! Work in Progress.")

}

No comments:

Post a Comment

Secure and Unsecure configuration in Dynamics CRM 365.

Overview : In Dynamics CRM, when we create a plugin, we sometimes need to pass data to that plugin, instead of writing this data inside the ...