Using fast search
When a user uses the fast search (that’s the “google” search in the QuoteLine dialog) he enters the proprietary customer alias “BOEING_111”.- Your connector sends a search to the Alias database to see if the customer + search word (-s) has a match.
- That search returns a match on the “BOEING_111” which is “Pcx_222”
- You then add the word “Pcx_222” to the user input
- Pass the changed user input to the SuperOffice connector.
- The SuperOffice connector then returns a match on “Pcx_222”.
- You then change the product code “Pcx_222” in the result to the correct customer code “BOEING_111”.
- The user sees that he found the “BOEING_111” product and accepts it.
Performance gains
- We assume that only a few of the customers have this issue. Perhaps you should therefore consider to mark a quote with if it is such a customer and only search the alias database if the customer has actual aliases.
- You could easily create what we call a partner table in SuperOffice and fill it with the alias data. Such a table would contain the following columns:
- id
- customerid
- customer alias
- your product code