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
About this task
Procedure
- In Guidewire Studio™ for ClaimCenter, press Ctrl+N and enter CCNameMapper.
-
In the search results, double-click the
ab1000version of the class to open it in the Gosu editor. -
In the editor, press Ctrl+F and search for
MedicalCareOrg. The search finds the following line of
code:
.entity(MedicalCareOrg, "ABMedicalCareOrg") -
Insert the following entry below the line for MedicalCareOrg.
.entity(Interpreter, "ABInterpreter")
-
If ClaimCenter is running, stop ClaimCenter as follows:
-
Open a command prompt in the ClaimCenter installation folder and then
enter the following command:
gwb stopServer - Do not restart the ClaimCenter application until after modifying the ClaimCenter Address Book in a later step.
-
Open a command prompt in the ClaimCenter installation folder and then
enter the following command:
