[BUG] Cannot open the ViewPicker when selecting the view
See original GitHub issueBug 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
- 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
- [x ] 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
- [x ] Online
- On Premise
Browser
- [ x] Chrome
- Firefox
- IE
- Edge
Describe the bug
unable to switch the view in main PCF grid.
System.InvalidOperationException: ‘Unable to click the View Picker’
Special formatting / display
Code to reproduce
xrmApp.Grid.SwitchView("");
–>
Expected behavior
OpenViewSelector
Screenshots
Additional context
branch = develop-2021-Releasewave2
CRM build
Microsoft Dynamics 365
2021 release wave 2 enabled Server version: 9.2.21103.00140 Client version: 1.4.3503-2110.3 Organization name: Cargo360-UAT Session ID: b0dded41-d1e6-4d51-a0f7-7b817a1b5e35 Time: 12/2/2021 12:52:29 PM
Issue Analytics
- State:
- Created 2 years ago
- Comments:12
Top Results From Across the Web
Can't change selected view in Picker View
I can't change the selected view from pickerView when it is shown for the first time. Also, I tried to call the didSelectRow...
Read more >UIPickerView can't pre select a row
For the app I'm working on, what I'd like would be that when the view show, the pickerview view is already at a...
Read more >Mastering iOS 14 Programming: Build professional-grade iOS ...
After selecting this option, change the target to Mac and launch the app. ... We can't use UIPickerView instances as displayed in this...
Read more >Multiple UIPickerView in One ViewController Xcode 11 Swift 5
In this video, I will show you how to use multiple UIPickerView as input for different UITextField with ... 11K views · 3...
Read more >Easiest UIPickerView with UITextField Xcode 11 Swift 5
In this video, I will show you how to use UIPickerView as input for UITextField in ... 16K views · 3 years ago...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
For anyone who comes across this issue when using server version 9.2.x the new package to replace this one is available on the nuget repository: https://www.nuget.org/packages/Dynamics365.UIAutomation.Api/9.2.22023.129-RW2-Preview You’ll have to enable preview to install using nuget manager in VS. Unfortunately no source available for this one but VS can decompile from the nuget package.
Confirmed, the issue is fixed when using that release! Thanks for the tip!