Skip to main content

Employee Cards

Scoping Questions
  1. Are employee cards required?
  2. What format should employee cards use? (barcode, magnetic stripe, NFC)
  3. Should employee cards link to the employee account automatically?
Configuration Examples
Employee card configuration
<retail:employeeCard
xmlns:core="http://www.enactor.com/core"
xmlns:retail="http://www.enactor.com/retail">
<retail:cardTypeId>EMPLOYEE_DISCOUNT</retail:cardTypeId>
<retail:descriptions>
<core:string language="en" country="GB">Employee Discount Card</core:string>
</retail:descriptions>
<retail:cardPrefix>9900</retail:cardPrefix>
<retail:cardLength>13</retail:cardLength>
<retail:validationRequired>true</retail:validationRequired>
<retail:employeeLookupEnabled>true</retail:employeeLookupEnabled>
</retail:employeeCard>