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
Procedure
- If necessary, open Guidewire Studio for ClaimCenter.
- Navigate in the Project window to and double-click display.properties to open this file in the editor.
- Press Ctrl+F and enter the search text Web.ContactSearch.IncludeSpecialistServices, and then insert a new line after the one found by the search.
-
Enter the following display key on the new line:
Web.ContactSearch.InterpreterSpecialty = Interpreter Specialty
- 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.
-
In the
InputColumnon the left, locate theInputSetcontaining the Law Firm SpecialtyTypeKeyInput, and then copy the input set and paste the copy below it. -
Select the new
InputSetand set the following property:visible searchCriteria.isSearchFor(entity.Interpreter) -
Right-click the
TypeKeyInputwidget inside theInputSetand click Change element type. -
Click
Inputin the list of element types, and then click OK. -
Set the following properties for the input widget:
editable true id InterpreterSpecialty label displaykey.Web.ContactSearch.InterpreterSpecialty value searchCriteria.InterpreterSpecialty
