Add the new field to the ContactMapper class in ClaimCenter

For ClaimCenter to be able to send a new Contact field to ContactManager and receive updates for the field, you must add it to the ContactMappper class.

Before you begin

Complete Add a field to the Doctor subtype in ClaimCenter.

About this task

For more information on the ContactMappper class, see ContactMapper class.

Procedure

  1. In Guidewire Studio™ for ClaimCenter, press Ctrl+N and enter ContactMapper.
  2. Double-click the ab1000 version of the class in the search results to open it in the Gosu editor.
  3. Press Ctrl+F and search for the following line of code:
    fieldMapping(Doctor#MedicalLicense),
  4. On a new line after the MedicalLicense line, enter fieldMapping(Doctor#Board and press Ctrl+Space to complete the property name, and then add a comma. The new line will be:
    fieldMapping(Doctor#BoardCertified_Ext),
  5. If necessary, stop ClaimCenter as follows:
    1. Open a command prompt in the ClaimCenter installation folder and then enter the following command:
      gwb stopServer
    2. Wait to restart the ClaimCenter application and pick up the data model changes until you have made the ClaimCenter user interface changes in a later topic.

What to do next

Add the BoardCertified field to the Address Book user interface