I want to apply Plant filter on PartWhseSearchSvc. Even though the column for Plant is available in results, when I put filter Plant eq 'something' .
It gives error: Invalid column name 'Plant'.
Can anyone please help with this?
Thanks
Filter is translated to the underlying WhereClause for GetRows method. It works only with database fields.
Probably in your case Plant is not database field and filled manually from the code? in that case you cannot use it in filter.
Seems like Plant is an external field assigned after the search looking at the warehouse plant and some other validations, so like Olga said you can’t filter directly on Plant.