microsoft / EasyRepro

Automated UI testing API for Dynamics 365
MIT License
521 stars 288 forks source link

Unable to Set Value in a form After Dynamics365 Wave2 Update #978

Open badarmunirr opened 4 years ago

badarmunirr commented 4 years ago

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
I am unable to set value in a form after creating a record

Code to reproduce

        xrmApp.ThinkTime(2000);
        xrmApp.Entity.SubGrid.OpenSubGridRecord("workorderproductsgrid", 0);
        xrmApp.ThinkTime(2000);
        xrmApp.Entity.SetValue("msdyn_quantity", "1");
        xrmApp.Entity.Save();

Screenshots

image

badarmunirr commented 4 years ago

@TYLEROL any solution or workaround for this ?

chrizz-msweb commented 3 years ago

What is the error message? Is it : Field: 'blablabla' does not exist I have this problem but only with date attribute.

chrizz-msweb commented 3 years ago

Try get latest version of easyrepro, it solve my issue

badarmunirr commented 3 years ago

@chrizz-msweb I have Update nugget package still this issue exist