CRM Required?
Scoping Questions
- Is CRM functionality required at POS?
- Is Enactor CRM used or a third-party CRM?
- What CRM features are needed at POS?
How To Guide
Configuration Examples
POS terminal template with CRM enabled
<retail:posTerminalTemplate
xmlns:core="http://www.enactor.com/core"
xmlns:retail="http://www.enactor.com/retail">
<retail:templateId>STORE_TERMINAL</retail:templateId>
<retail:crmEnabled>true</retail:crmEnabled>
<retail:customerLookupEnabled>true</retail:customerLookupEnabled>
<retail:customerRegistrationEnabled>true</retail:customerRegistrationEnabled>
<retail:loyaltyIntegrationEnabled>true</retail:loyaltyIntegrationEnabled>
</retail:posTerminalTemplate>