Configure the address book search interface in ClaimCenter

In this step of the search configuration example, you add the InterpreterSpecialty search field to the PCF files used in searching for Address Book contacts in ClaimCenter.

Before you begin

Complete Add ContactManager search capability in ClaimCenter.

Procedure

  1. If necessary, open Guidewire Studio for ClaimCenter.
  2. Navigate in the Project window to configuration > config > Localizations > Resource Bundle 'display' and double-click display.properties to open this file in the editor.
  3. Press Ctrl+F and enter the search text Web.ContactSearch.IncludeSpecialistServices, and then insert a new line after the one found by the search.
  4. Enter the following display key on the new line:
    Web.ContactSearch.InterpreterSpecialty = Interpreter Specialty
  5. Press Ctrl+Shift+N and enter AddressBookSearchDV to find this PCF file, and then double-click the file in the search results to open it in the editor.
  6. In the InputColumn on the left, locate the InputSet containing the Law Firm Specialty TypeKeyInput, and then copy the input set and paste the copy below it.
  7. Select the new InputSet and set the following property:
    visible searchCriteria.isSearchFor(entity.Interpreter)
  8. Right-click the TypeKeyInput widget inside the InputSet and click Change element type.
  9. Click Input in the list of element types, and then click OK.
  10. Set the following properties for the input widget:
    editable true
    id InterpreterSpecialty
    label displaykey.Web.ContactSearch.InterpreterSpecialty
    value searchCriteria.InterpreterSpecialty

What to do next

Test the InterpreterSpecialty search extensions