Customer Details Capture
Scoping Questions
- What customer fields are mandatory? (name, email, phone, address)
- What customer fields are optional?
- Are there different field requirements for different customer types?
- What data validation rules apply?
How To Guide
Configuration Examples
POS customer details capture configuration
<retail:customerCaptureTemplate
xmlns:core="http://www.enactor.com/core"
xmlns:retail="http://www.enactor.com/retail">
<retail:templateId>POS_CAPTURE</retail:templateId>
<retail:captureFields>
<retail:field name="firstName" mandatory="true"/>
<retail:field name="lastName" mandatory="true"/>
<retail:field name="emailAddress" mandatory="false"/>
<retail:field name="mobileNumber" mandatory="false"/>
<retail:field name="marketingOptIn" mandatory="true"/>
</retail:captureFields>
</retail:customerCaptureTemplate>