Employee Cards
Scoping Questions
- Are employee cards required?
- What format should employee cards use? (barcode, magnetic stripe, NFC)
- Should employee cards link to the employee account automatically?
How To Guide
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>