Add ABInterpreter fields to ContactManager modal input sets

Part of adding a new ABContact subtype is configuring a screen for entering data for the new entity.

Before you begin

Complete Add the new subtype to the ContactManager actions menu.

About this task

In this step, you add a modal input set supporting the ABInterpreter contact.

Procedure

  1. In Guidewire Studio™ for ContactManager, navigate in the Project window to configuration > config > Page Configuration > pcf > contacts > basics.
  2. Right-click ABPersonVendorSpecialtyInputSet.ABDoctor and choose Copy.
  3. Right-click again and choose Paste.
  4. Name the new file ABPersonVendorSpecialtyInputSet.ABInterpreter.pcf and click OK.
  5. In the new PCF file, click its name, ABPersonVendorSpecialtyInputSet, at the top to open the Properties tab.
  6. Verify that the mode property is set to ABInterpreter.
  7. In the editor, click the Medical License input widget and change it to an Interpreter Specialty widget by setting the following properties:
    editable true
    id InterpreterSpecialty
    label displaykey.Web.ContactDetail.Interpreter.InterpreterSpecialty
    required false
    value (person as ABInterpreter).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 same location in the Project window, pcf > contacts > basics, open ABPersonVendorInputSet.ABPersonVendor.
  11. Click the name of the PCF file at the top, ABPersonVendorInputSet, to open the Properties tab.
  12. Add ABInterpreter to the mode property as follows:
    ABPersonVendor|ABAttorney|ABDoctor|ABInterpreter
  13. In the same location in the Project window, pcf > contacts > basics, open ContactBasicsDV.ABPerson and click its name at the top to open the Properties tab.
  14. Add ABInterpreter to the mode property, as follows:
    ABPerson|ABPersonVendor|ABAdjudicator|ABUserContact|ABDoctor|ABAttorney|ABPolicyPerson|ABInterpreter
  15. Click OK to save the new mode.

What to do next

Add the new subtype to the ContactManager contact picker menus