javascriptdynamics-crmmicrosoft-dynamicsdynamics-crm-onlinecrm-ribbon-workbench

RibbonActions.js Deprecated in Dynamics 365 Unified Interface. Is there any new JS Library replacing RibbonActions.js?


I am using the OOTB Send Direct Email button to send bulk emails. This works fine in Classic mode but throws below error in the Unified Interface.

After some research I found out that /_static/_common/scripts/RibbonActions.js is deprecated and $webresource must be used instead.

Is there any way I can find the new library for RibbonActions.js?

Looked into D365 Documentation and Ribbon Workbench Documentation, found nothing.

Any solutions would be helpful.

enter image description here

enter image description here


Solution

  • When you type $webresource:RibbonActions.js & press the enter button/lens icon, it will prompt you to choose one, then click on $webresource:Sales/_static/_common/scripts/RibbonActions.js. This should work.

    enter image description here