I use opportunity grids as editable grids.
In one view I have added the column status reason.
When I filter this column and choose for example "Begins with" and type any text and try to apply the filter I get the following error:
An exception System.FormatException was thrown while trying to convert input value 'Pros%' to attribute 'opportunity.statuscode'. Expected type of attribute value: System.Int32. Exception raised: Input string was not in a correct format.
If I instead type a numeric value it doesn't crash but of course I get no hits because I don't know the underlying numerical values for the status reasons and neither will the end users..
Is this solvable?