Configure ClaimCenter search screens for ServiceState
Enable ClaimCenter users to search for contacts by ServiceState
property extension.
Before you begin
About this task
Add the ServiceState search field to the PCF files used in searching for contacts in ClaimCenter.
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 Web.AddressBook.Search.SearchType to find this line in the file, and then add a new line after it.
-
Add the following new entry:
Web.AddressBook.Search.ServiceState = Service State
-
In the Project window, navigate to and double-click
AddressBookSearchDVto edit this PCF file. -
In the
InputColumnon the left, locate theInputSetcontaining the Tax ID input, then add anInputSetwidget under it. -
Click the new
InputSetand set the following property:visible searchCriteria.isSearchFor(entity.Company) -
Add an
Inputwidget to theInputSetand set the following properties:editable true id ServiceState label displaykey.Web.AddressBook.Search.ServiceState value searchCriteria.ServiceState
