Skip to content

System.InvalidOperationException: Column: Ownership Status Does not exist #692

Description

@jjbright

I'm pretty new to easy repro. I'm tasked to fix issues in the existing test code and build additionally on top of that.

In a custom grid displayed, which I click to sort that grid using a column name, it gives me this exception.

xrmBrowser.ThinkTime(2000); xrmBrowser.Grid.Sort("Ownership Status", 3000); xrmBrowser.Related.OpenGridRow(0);
The reason for sorting is to get the current owner in the first record of the grid.

I tried using this line as well
xrmBrowser.Grid.Sort("Ownership Status", 3000);

image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions