What is the approach to process a partial string of key value that is received via web service?
Scenario:
In PeopleSoft RFQ response page, vendor id is 10 characters.
However, the string that is received from external application via webservice is only 9 characters.
What is the approach such that in PeopleSoft it will search the vendor like 'Vendor id contains '123456789' instead of vendor = '123456789' ?