Add a New Zealand locale type and suburb zone type

Before you begin

Complete the step Make changes so suburb field uses autofill before you perform this step.

Procedure

  1. Navigate in the Project window to configuration > config > Metadata > Typelist and right-click LocaleType.tti.
  2. Choose New > Typelist extension to create the file LocalType.ttx.
    • If you see a Typelist Extension dialog enabling you to choose one of several LocaleType.ttx locations, choose the one in configuration/config/extensions/typelist/ and then click OK.
    • If you see a message saying that typelist extension is not allowed, then the file LocaleType.ttx already exists. Open that file instead.
  3. In the editor for LocaleType.ttx, right-click the top element on the left, typelistextension LocaleType, and choose Add new > typecode.
  4. Enter the following values for the new typecode:
    • codeen_NZ
    • nameNew Zealand (English)
    • descNew Zealand (English)
  5. Navigate in the Project window to configuration > config > Extensions > Typelist and double-click ZoneType.ttx.
  6. In the editor, right-click the top element on the left, typelistextension ZoneType, and choose Add new > typecode.
  7. Enter the following values for the new typecode:
    • codesuburb
    • nameSuburb
    • descSuburb
  8. In the editor right-click the suburb typecode and choose Add new > Add categories.
  9. Click suburb in the list of typecodes and then click Next.
  10. In the Typelist list, click Country, and in the Category list, click NZ, and then click Finish.

What to do next

The next step is Add New Zealand localization configuration files.