Examples

Apartment address. Match an apartment address to prompt for unit number.

  1. Choose Owner Org Unit.
  2. Active = Checked
  3. Match All Fields = Checked
  4. Alert Message = "This is a large apartment building, Please ask customer for unit number."
  5. Street (1) = "1212 Evergreen Lane.*"
  6. City = "mytown"

All addresses on street. Match all addresses on a certain street. Matches ave and avenue because of ending wildcard.

  1. Choose Owner Org Unit.
  2. Active = Checked
  3. Match All Fields = Checked
  4. Alert Message = "This street is in a different county, please setup reciprocal card."
  5. Street (1) = ".* Evergreen Ave.*"
  6. City = "mytown"

Match list of cities. Match several different cities with one alert. Could be used if certain cities don’t have reciprocal agreements. Note the use of parentheses and the | character to separate the different options.

  1. Choose Owner Org Unit.
  2. Active = Checked
  3. Match All Fields = Checked
  4. Alert Message = "Customer must purchase a Fee card."
  5. City = "(Emeryville|San Jose|San Francisco)"