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
About this task
For more information on the ContactMappper class, see ContactMapper class.
Procedure
- In Guidewire Studio™ for ClaimCenter, press Ctrl+N and enter ContactMapper.
-
Double-click the
ab1000version of the class in the search results to open it in the Gosu editor. -
Press Ctrl+F and search for the following line of code:
fieldMapping(Doctor#MedicalLicense), -
On a new line after the
MedicalLicenseline, 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), -
If necessary, stop ClaimCenter as follows:
-
Open a command prompt in the ClaimCenter installation folder and then enter the following command:
gwb stopServer - 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.
-
Open a command prompt in the ClaimCenter installation folder and then enter the following command:
What to do next
Add the BoardCertified field to the Address Book user interface
