2

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

Ronak Lodaya
  • 121
  • 1
  • 6
  • 14

1 Answers1

1

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

  • Hi @ArunVinoth, Tried this as well. It takes the new path but still the same error is coming saying it is not supported. I read in a blog, which says that RibbonActions.js is deprecated and Main_system_library.js is used but could not find the function in that. Any idea? – Ronak Lodaya Feb 17 '20 at 07:39
  • 1
    @RonakLodaya then probably you need to create a ticket with MS support team to ask the PG team for replacement documented (supported) functionality for this.. – Arun Vinoth-Precog Tech - MVP Feb 18 '20 at 20:28
  • Hi @ArunVinoth, We have raised the ticket, waiting for the solution. – Ronak Lodaya Mar 05 '20 at 05:36
  • Aren't these libraries getting deprecated? @ArunVinoth – Just Do It Oct 20 '20 at 20:49