Add a field to the Doctor subtype in ClaimCenter

As part of an example of adding a field to a contact subtype, extend the Doctor entity in ClaimCenter.

Before you begin

If you have not done so already, follow the instructions for installing ContactManager in Installing ContactManager. Additionally:

About this task

This step is part of the example Adding a field to a contact subtype.

Procedure

  1. Start Guidewire Studio™ for ClaimCenter.

    At a command prompt, navigate to the ClaimCenter installation folder and enter:

    gwb studio
  2. In the Project window, navigate to configuration > config > Extensions > Entity.
  3. Double-click Doctor.eti to open it in the Entity editor.
  4. Click subtype at the top of the Element hierarchy.
  5. Click the drop-down list for and choose column.
  6. Enter the following values for the new column:
    Name Value
    name BoardCertified_Ext
    type bit
    nullok false
    desc Is the doctor Board certified in the specialty?
    default false
  7. Regenerate the Data Dictionary to ensure that your changes were correct.

    At a command prompt, navigate to the ClaimCenter installation folder and enter:

    gwb genDataDictionary

What to do next

Add the new field to the ContactMapper class in ClaimCenter