mVermaat / Crm.Specflow

D365 Extension for SpecFlow allows you to automatically test your Dynamics 365 CE implementation. It provides a broad set of SpecFlow steps to help you create your scripts very rapidly. It leverages the EasyRepro library from Microsoft for the User Interface related tests.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quick Views are included into available controls on a form

mVermaat opened this issue · comments

When a form has a quick view, the fields on the quick view form are treated like they are fields on the main form. This causes problems if the logicalname of a field in the quick view form is the same as a field on the main entity.

The issue was actually that the visiblity check was too broad. the control catalog was working fine.