Add a suburb field to the GlobalAddress entity

Procedure

  1. Navigate to configuration > config > Extensions > Entity and double-click GlobalAddress.etx to open it in the editor.
  2. Right-click the top element on the left, the delegate(extension) GlobalAddress, and choose Add new > column.
  3. Enter the following values on the right:
    • nameSuburb_Ext
    • typevarchar
    • nulloktrue
    • descAddress field for countries that have both a suburb and a city field
    Guidewire recommends that you always add the _Ext extension to any new entity field that you add to the base PolicyCenter data model.
  4. On the left, right-click the new Suburb_Ext column and choose Add new > columnParam.
  5. Enter the following values on the right:
    • namesize
    • value50

What to do next

The next step is Make changes so suburb field uses autofill.