Configure ContactManager search screens for ServiceState

Enable ContactManager users to search for contacts by ServiceState extension.

Before you begin

Complete Add ServiceState search support in ContactManager for core applications.

About this task

Add the ServiceState search field to the PCF files used in searching for contacts in ContactManager.

Procedure

  1. In Guidewire Studio for ContactManager, open the Project window.
  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.Person.LastName to find this line in the file, and then add a new line after it.
  4. Add the following new entry:
    Web.ContactSearch.ServiceState = Service State
  5. In the Project window, navigate to configuration > config > Page Configuration > pcf > search, and then click ContactSearchDV to edit this PCF file.
  6. In the InputColumn on the left, locate the InputSet containing the Organization Name input, then add an InputSet widget under it.
  7. Click the new InputSet and set the following property:
    visible isCompany(SearchCriteria)
  8. Add an Input widget to the InputSet and set the following properties:
    editable true
    id ServiceState
    label displaykey.Web.ContactSearch.ServiceState
    value SearchCriteria.ServiceState

What to do next

Regenerate and refresh ContactManager web services