Version: 10.2.1c and 10.2.1c SP3 |
Responder Overview > Optional Functionality > Web Server > Add Fields or Customize Existing Fields > 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.
Copy Code
|
|
---|---|
<add key="customerData.fieldsToNotUseWildcards" value=""/> |
Copy Code
|
|
---|---|
<add key="customerData.fieldsToNotUseWildcards" value="FirstName, LastName, Street"/> |
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 |