Order Data Capture
Scoping Questions
- What customer data must be captured for orders? (name, address, phone, email)
- What delivery data is required? (delivery address, instructions, contact number)
- Are there different data requirements per order type?
How To Guide
Configuration Examples
Order data capture configuration
<retail:orderCaptureTemplate
xmlns:core="http://www.enactor.com/core"
xmlns:retail="http://www.enactor.com/retail">
<retail:templateId>STANDARD_ORDER</retail:templateId>
<retail:captureCustomerDetails>true</retail:captureCustomerDetails>
<retail:captureDeliveryAddress>true</retail:captureDeliveryAddress>
<retail:captureContactNumber>true</retail:captureContactNumber>
<retail:captureSpecialInstructions>true</retail:captureSpecialInstructions>
</retail:orderCaptureTemplate>