Setting | Description |
NoDecryptPrefixes=’M’ | Used to process card numbers in the gst_pass.swipe_no field using the pass validation logic. This allows card numbers to be processed without cascading validation. You must remove the same prefix from the GateKeeper.INI setting CardPrefixes=M or the card validation logic is used. Also, you must have SysManager > Preferences > Access Control defined for the prefix and turn off cascading validation. Usually card numbers must always be fifteen or more characters in length and be preceded by a prefix defined in the CardPrefixes=’B’ setting in the GateKeeper.INI file. The default is B. Note: The single quotes surrounding the prefixes are always good practice, but only strictly necessary when you are trying to include a blank prefix in the list. Also note that this setting says only that this prefix can be a card if the length requirement is met. [Preferences] NoDecryptPrefixes=’MPQ’ This setting causes a barcode to not be decrypted when prefixed by something in this list (in this case M, P or Q). Any text following the prefix is assumed to be the raw number to be sent to SalesEZ application. Note: In most cases, the only setting that needs to be present is NoDecryptPrefixes=’M’. |
CountGoodFor CountGoodForSize=NN | Used for dealing with access/pass records with a “good for” value. (Condition: SysManager > Activities > DCIs > New/Edit > Action tab > access/pass template has the Create only one Access Record for quantities > 1 check box checked.) [Preferences] CountGoodFor= CountGoodForSize=NN The default value for CountGoodFor is FALSE. If CountGoodFor is set to TRUE, GateKeeper shows, “1 of N” for each scan of a certain pass. When the “good for” limit is reached, access is denied. GateKeeper can keep up to five such tallies running. The intent is that groups have one to five tickets (for example, a ticket for twenty adults and one for ten children) and the venue scans the tickets again and again at a single gate in order to admit all the members of the group. When the uses are gone, customers then have to go to the counter to pay for the remaining group members. See the Salesware Validation document for more information. CountGoodForSize has no default value and only works when CountGoodFor=TRUE. The value for NN must be in numeric form to represent how many tallies that gate remembers locally. Example: If the CountGoodForSize=5, four other different “good for” tickets can be scanned until the next scan makes the gate “forget” about the first one. |