Customer Searches

From NewHaven Software Wiki

Revision as of 19:18, 21 January 2010 by Russ horton (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The Customer Search (Find Customer) is used in a few sections of CMS and the code/search is the same in all of them. Here is a summary of how it works and some explanation of its behavior.

Settings

  • The default criteria to search on is governed by a setting in Setup>Order Entry Option (e.g. last name, cust#, etc.)
  • The results returned by a customer search are displayed in a standard format. You cannot choose which fields are displayed but you can drag and drop the columns or resize them. This will help the operator see the information that is most pertinent to them in finding the right customer.

Your grid manipulation will reset to the default display unless you have the workstation specific setting selected to 'save column order and width'. This setting is stored in the local registry, as are all workstation specific settings, so that user must have write permission to the HKEY_LOCAL_MACHINE\SOFTWARE\NewHaven Software key.

The actual grid layout is stored in a file in the Windows directory (something we will be changing in the future) and the file is called savegrid.txt. This file is only referred to if the 'save column order' option is checked for this workstation.

Use

  • Within a session, CMS will remember your last search results and display them again next time you bring up the customer search. It is quite common for the user to have selected the wrong customer. Displaying the same search results again makes it easy to choose another candidate without having to repeat the search.
  • F2 can be used in Order Entry and Customers to bring up the Find Customer window. There are also Windows keyboard shortcuts, the Find Customer button and an option in the text menu under Customers.
  • Name searches start in the last name field, the field you most likely will want to search on. You can optionally add a first name or zip code to further limit your results and can just use the tab key to navigate to them. Tab will go from last name to first name to zip.
  • Use the Enter key to start the search or click Search.
  • Tab key can be used to navigate into the grid for scrolling through results or use the scroll bar.
  • To select a customer, double-click or highlight and click Select.

Tips

  • Wild card searches are supported but not with an asterisk. Use the percentage % sign instead. e.g. %@yahoo.com to search for customers with a yahoo email address.
  • CMS ignores spaces, punctuation, common prefixes like 'The', and the case of letters. "The Joe Trader Organization" can quickly and easily be found with a search on 'joet'.
  • CMS automatically does a wild card search when no match can be found. If you search for Smithson and there are no Smithson matches, CMS will then search for Smithso, then Smiths and then Smith until the search yields results.
Personal tools