microsoft / EasyRepro

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

[BUG] Cannot set value lookup with 1 character #1257

Open chrizz-msweb opened 2 years ago

chrizz-msweb commented 2 years ago
        XrmApp.Entity.SetValue(new LookupItem { Name = "transactioncurrencyid", Value = "円"  });

It will give error: System.InvalidOperationException: No Results Matching 円 Were Found. The problem is the lookup now start to query after second character

Shakevg commented 2 years ago

@chrizz-msweb For now SetValue supports set value only with search. Just select a value from a lookup that is not supported, If can you perform it manually only after expanding lookup this is a new feature.