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

妖精的绣舞 提交于 2020-03-21 05:11:56

问题


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.


回答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.



来源:https://stackoverflow.com/questions/60055998/ribbonactions-js-deprecated-in-dynamics-365-unified-interface-is-there-any-new

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!