-
Notifications
You must be signed in to change notification settings - Fork 291
Labels
Description
Bug Report
I am Opening a Case Record from the grid displayed in attached picture but Grid.OpenRecord(0) is opening Account Record instead of Case.
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
Special formatting / display
Code to reproduce
csharp
xrmApp.OnlineLogin.Login(_xrmUri, _username, _password);
xrmApp.Navigation.OpenApp(UCIAppName.Sales);
xrmApp.Grid.OpenRecord(0);
Expected behavior
Case Record Should open instead of Account.
Additional context
Reactions are currently unavailable

