Add the new subtype to the Address Book input sets

Enable a ClaimCenter user to select an Interpreter contact and see the Interpreter Specialty field.

Before you begin

Complete Add the subtype to the ClaimCenter New Contact menu.

About this task

In this step you update the input sets used by the ClaimCenter Address Book detail view.

Procedure

  1. In Guidewire Studio™ for ClaimCenter, navigate in the Project window to configuration > config > Page Configuration > pcf > addressbook.
  2. Right-click AddressBookDoctorAdditionalInfoInputSet.Doctor and click Copy.
  3. Right-click again and choose Paste.
  4. In the Copy dialog box, enter the new name AddressBookInterpreterAdditionalInfoInputSet.Interpreter.pcf, and then click OK.
    The new widget opens in the editor.
  5. Click the name of the input set window, AddressBookInterpreterAdditionalInfoInputSet, to open the Properties tab.
  6. Set the value of the mode property to Interpreter.
  7. In the editor, select the Medical License input widget and set the following properties:
    editable true
    id InterpreterSpecialty
    label displaykey.Web.ContactDetail.Interpreter.InterpreterSpecialty
    required false
    value (personVendor as Interpreter).InterpreterSpecialty
  8. Select the Medical Specialty widget and delete it.
  9. If it exists, select the Board Certified widget and delete it.
  10. In the Project window, navigate to configuration > config > Page Configuration > pcf > addressbook.
  11. Open AddressBookContactBasicsDV.Person in the editor and click its name at the top to open the Properties tab.
  12. For the mode property, add the Interpreter mode to the list:
    Person|PersonVendor|Adjudicator|UserContact|Doctor|Attorney|Interpreter
  13. Click OK.
  14. Open AddressBookAdditionalInfoInputSet.PersonVendor in the editor and click its name at the top to open the Properties tab.
  15. For the mode property, add the Interpreter mode to the list:
    PersonVendor|Attorney|Doctor|Interpreter
  16. Drag a new InputSetRef widget from the Toolbox and drop it below the second InputSetRef widget, the one containing the input set AddressBookAttorneyAdditionalInfoInputSet.
  17. Click the new InputSetRef widget and set the following properties:
    def AddressBookInterpreterAdditionalInfoInputSet(contact as PersonVendor)
    id AddressBookInterpreterAdditionalInfoInputSet
    mode contact typeis Interpreter ? "Interpreter" : null

    The mode statement enables the Interpreter Specialty field to display in the Additional Info section when the contact type is Interpreter.

What to do next

Add the new contact to the shared contacts detail view