Sales 32c.INI | Module | .INI Setting | Valid values | Default | Description | See also |
[DriversLicenseX] | Sales | Prefix | Comma delimited list | %CO,%CA,%NM | List of state swipe prefixes to check in Sales | |
[DriversLicenseX] | Sales | Regex | Regular expression | ([^\^]{0,13})\^?([^\^]{0,35})\^?([^\^]{0,29})\^?\?;.*?=.{4}(.{4})([0-1][0-9])(.{2}).*?\?.{3}(.{5}). {22}(.)(.{3})(.{3}) | Contains the format settings to account for newer driver's licenses that follow the established standard, YYYYMMDD. | [DriversLicence2] Regex |
[DriversLicenseX] | Sales | Fields | Comma delimited list | address.state,address.city,CustRegex1,CustRegex2,birth_date,address.zip,gender,heig ht,weight | List of the fields which corresponds to the Regex key above | |
[DriversLicenseX] | Sales | CustRegex1 | Regular expression | ([^\$]*)\$?([^\$]*) | Sub field defined in Regex string above | |
[DriversLicenseX] | Sales | CustRegex1Fields | Comma delimited list | last_name,first_name | List of the fields which corresponds to CustRegex1sample | |
[DriversLicenseX] | Sales | CustRegex2 | Regular expression | ([^\$]*)\$?([^\$]*) | Sub field defined in Regex string above | |
[DriversLicenseX] | Sales | CustRegex2Fields | Comma delimited list | address.address,address.address2 | List of the fields which corresponds to CustRegex2sample | |
[DriversLicenseX] | Sales | MatchBirthday | TRUE / FALSE | FALSE | If MatchBirthday is set to FALSE, Sales tries to find guests with First and Last Name which match the swiped license. If False, the birth date on the license is not matched. |