Ernst wrote:Thanks for that Mike. Have tried the lower case. But still no luck. Updated plugin attached.
Its giving a method or operation is not implemented, when trying the search button on supplier.
And does not start with from to values.
Must be missing something else.
Well, you are getting a
different error now that you've fixed the first problem, so I wouldn't call it no luck - it's progress!
The not implemented exception is because you're calling a Search method of the Supplier entity, and our base Supplier entity class has not implemented that.
You'll have to create your own class inheriting from the Supplier entity and override the Search method and implement a search in there, and change your code to use your new inherited class.
I expect all this is beyond your abilities - so perhaps you can engage us to do it for you via the helpdesk as a quote request.