Customer Other Codes Field
The other codes field on the customer card can be used to store multiple codes against a customer up to 20 digits in length.
To import Other Codes, use the OTHERCODES header:
CODE, LASTNAME, OTHERCODES
1212,"Walters",8765
If you need to import more than one Other Code, they can be imported one at a time.
For example, you want Other Codes 9876 and 7654 for New Customer 1212:
Import File 1:
CODE, LASTNAME, OTHERCODES
1212,"Walters",9876
Import File 2:
CODE, OTHERCODES
1212,7654
Here's an example of importing two Other Codes values for an existing customer 4353:
Import File 1:
CODE, OTHERCODES
4353,9876
Import File 2:
CODE, OTHERCODES
4353,7654