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
I keep getting an error that Option Set field doesnt exist. It exists on the form. I keep checking its Xpath but for some reason UCI cant find it and Im unable to set or get its value.
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
[ x] UCI (XrmApp)
Classic Web (XrmBrowser)
Online or On Premise
[x ] Online
On Premise
Browser
[ x] Chrome
Firefox
IE
[ x] Edge
xrmApp.Entity.SetValue(new OptionSet() { Name = "nameofthefield", Value = "valuewhichisthere" });
The text was updated successfully, but these errors were encountered:
With the new look I've found the option set by using xpath for data-id='{controlName}.fieldControl-option-set-select'. So the new look clearly uses a different xpath than the old one. The framework needs an official fix for this type of field but my case is now solved
Bug Report
I keep getting an error that Option Set field doesnt exist. It exists on the form. I keep checking its Xpath but for some reason UCI cant find it and Im unable to set or get its value.
EasyRepro Version
UCI or Classic Web
Online or On Premise
Browser
xrmApp.Entity.SetValue(new OptionSet() { Name = "nameofthefield", Value = "valuewhichisthere" });
The text was updated successfully, but these errors were encountered: