Skip to main content

Create and Maintain Customer

Scoping Questions
  1. Can customers be created at POS?
  2. Can existing customer records be updated at POS?
  3. What validation rules apply to customer data entry?
Configuration Examples
Customer
<retail:customer>
<retail:customerNumber>1</retail:customerNumber>
<retail:customerName>
<retail:surname>Harrison</retail:surname>
<retail:forename>Mark</retail:forename>
<retail:title>Mr</retail:title>
</retail:customerName>
<retail:addresses>
<retail:address>
<retail:organisation>Enactor</retail:organisation>
<retail:street1>1 Enactor House</retail:street1>
<retail:street2>Bluecoats Avenue</retail:street2>
<retail:town>Hertford</retail:town>
<retail:county>Hertfordshire</retail:county>
<retail:postCode>SG141PB</retail:postCode>
</retail:address>
</retail:addresses>
<retail:emailAddresses>
<retail:emailAddress>demo@enactor.co.uk</retail:emailAddress>
</retail:emailAddresses>
<retail:phoneNumbers>
<retail:number>01295768256</retail:number>
</retail:phoneNumbers>
</retail:customer>