Remove Default Wildcard
When users enter search information to locate a customer record on the Customer Call page, the fields automatically use a wildcard to perform the search. For example, if a client service representative enters "Good" in the Last Name field. The results will return all customers who have a last name beginning with "good", including Good, Goodwin, Goodbar, etc.
You can remove this default wildcard from most of the fields on the Customer Call page. Without the wildcard, the example search for "Good" would return only customers with the last name of "Good" and no others.
To remove this default wildcard, follow the steps below.
- Open the Web.config file. This file is installed here: C:\Inetpub\wwwroot\Responder.
-
Look for the following XML.
<add key="customerData.fieldsToNotUseWildcards" value=""/>
-
In the Value field, enter a list of the table names that
correspond to the fields that should NOT use the default wildcard.
The table below lists the table names that correspond to the fields.
Note that the default wildcard for the Phone and Account fields
cannot be removed. For example:
<add key="customerData.fieldsToNotUseWildcards" value="FirstName, LastName, Street"/>
- Save and close Web.config.
Users may still use wildcards in all of the fields on the Customer Call page. However, if you remove the default wildcard, the user will have to enter the wildcard manually.
Customer Call Field |
Table Name |
---|---|
Phone |
Wildcard cannot be removed from this field |
Last Name |
Lastname |
First Name |
Firstname |
Address |
Street |
City |
City |
State |
State |
Zip |
Postal_code |
Account |
Wildcard cannot be removed from this field |