Configure ContactManager search screens for ServiceState
Enable ContactManager users to search for contacts by ServiceState extension.
Before you begin
About this task
Add the ServiceState search field to the PCF files used in searching for contacts in ContactManager.
Procedure
- In Guidewire Studio for ContactManager, open the Project window.
- 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.Person.LastName to find this line in the file, and then add a new line after it.
-
Add the following new entry:
Web.ContactSearch.ServiceState = Service State -
In the Project window, navigate to , and then click
ContactSearchDVto edit this PCF file. -
In the
InputColumnon the left, locate theInputSetcontaining the Organization Name input, then add anInputSetwidget under it. -
Click the new
InputSetand set the following property:visible isCompany(SearchCriteria) -
Add an
Inputwidget to theInputSetand set the following properties:editable true id ServiceState label displaykey.Web.ContactSearch.ServiceState value SearchCriteria.ServiceState
