Configure ClaimCenter search screens for ServiceState

Enable ClaimCenter users to search for contacts by ServiceState property extension.

Before you begin

Before you start this step, complete the step Add ServiceState search capability in ClaimCenter.

About this task

Add the ServiceState search field to the PCF files used in searching for contacts 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 Web.AddressBook.Search.SearchType to find this line in the file, and then add a new line after it.
  4. Add the following new entry:
    Web.AddressBook.Search.ServiceState = Service State
  5. In the Project window, navigate to configuration > config > Page Configuration > pcf > addressbook and double-click AddressBookSearchDV to edit this PCF file.
  6. In the InputColumn on the left, locate the InputSet containing the Tax ID input, then add an InputSet widget under it.
  7. Click the new InputSet and set the following property:
    visible searchCriteria.isSearchFor(entity.Company)
  8. Add an Input widget to the InputSet and set the following properties:
    editable true
    id ServiceState
    label displaykey.Web.AddressBook.Search.ServiceState
    value searchCriteria.ServiceState

What to do next

Test the ServiceState search extensions