Map the new subtype names in ClaimCenter

To be able to send a new Contact subtype to ContactManager and receive updates for it, you must map the ClaimCenter subtype name to the ContactManager ABContact subtype name. You do this mapping only in ClaimCenter in the class gw.contactmapper.ab1000.CCNameMapper.

Before you begin

Complete Add the new subtype to the ContactMapper class in ClaimCenter.

About this task

The ClaimCenter subtype is Interpreter and the ContactManager subtype, which you will create later, is ABInterpreter.

Procedure

  1. In Guidewire Studio™ for ClaimCenter, press Ctrl+N and enter CCNameMapper.
  2. In the search results, double-click the ab1000 version of the class to open it in the Gosu editor.
  3. In the editor, press Ctrl+F and search for MedicalCareOrg. The search finds the following line of code:
    .entity(MedicalCareOrg, "ABMedicalCareOrg")
  4. Insert the following entry below the line for MedicalCareOrg.

    .entity(Interpreter, "ABInterpreter")

  5. If ClaimCenter is running, stop ClaimCenter as follows:
    1. Open a command prompt in the ClaimCenter installation folder and then enter the following command:
      gwb stopServer
    2. Do not restart the ClaimCenter application until after modifying the ClaimCenter Address Book in a later step.

What to do next

Add display keys for the new subtype to ClaimCenter