You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not covered functionality, feature requests, and questions should use the Feature Request or Question templates.
EasyRepro Version
Microsoft Dynamics 365 Online Version 8.2 (8.2.x) (DB 8.2.x) online
Microsoft Dynamics 365 Online Version 9.0 (9.0.x) (DB 9.0.x) online
Microsoft Dynamics 365 Online Version 9.0.2 (9.0.2) (DB 9.0.2) online
Microsoft Dynamics 365 Online Version 9.1 (9.1.x) (DB 9.1.x) online
UCI or Classic Web
UCI (XrmApp)
Classic Web (XrmBrowser)
Online or On Premise
Online
On Premise
Browser
Chrome
Firefox
IE
Edge
Describe the bug
Using App.CommandBar.ClickCommand("Copy Opportunity") fails for existing ribbon on entity form.
This also affects subgrids if the desired action is placed in the "More Commands" submenu.
The method is pretending to also check the "More Commands" submenu but does not find the desired command/ribbon.
Special formatting / display
none
Code to reproduce
App.CommandBar.ClickCommand("Copy Opportunity");
Expected behavior
The method is able to click the desired command and executing the action behind.
Bug Report
Issues should only be created for items related to covered functionality.
Not covered functionality, feature requests, and questions should use the Feature Request or Question templates.
EasyRepro Version
UCI or Classic Web
Online or On Premise
Browser
Describe the bug
Using
App.CommandBar.ClickCommand("Copy Opportunity")
fails for existing ribbon on entity form.This also affects subgrids if the desired action is placed in the "More Commands" submenu.
The method is pretending to also check the "More Commands" submenu but does not find the desired command/ribbon.
Special formatting / display
none
Code to reproduce
Expected behavior
The method is able to click the desired command and executing the action behind.
Screenshots
WebClient
Occurring Exception
CommandBar
Additional context
Related Issue #893
The text was updated successfully, but these errors were encountered: