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
About this task
In this step, you add a modal input set supporting the ABInterpreter contact.
Procedure
- In Guidewire Studio™ for ContactManager, navigate in the Project window to .
- Right-click ABPersonVendorSpecialtyInputSet.ABDoctor and choose Copy.
- Right-click again and choose Paste.
- Name the new file ABPersonVendorSpecialtyInputSet.ABInterpreter.pcf and click OK.
-
In the new PCF file, click its name,
ABPersonVendorSpecialtyInputSet, at the top to open the Properties tab. -
Verify that the
modeproperty is set toABInterpreter. -
In the editor, click the
Medical Licenseinput widget and change it to anInterpreter Specialtywidget by setting the following properties:editable true id InterpreterSpecialty label displaykey.Web.ContactDetail.Interpreter.InterpreterSpecialty required false value (person as ABInterpreter).InterpreterSpecialty -
Select the
Medical Specialtywidget and delete it. -
If it exists, select the
Board Certifiedwidget and delete it. - In the same location in the Project window, , open ABPersonVendorInputSet.ABPersonVendor.
-
Click the name of the PCF file at the top,
ABPersonVendorInputSet, to open the Properties tab. -
Add
ABInterpreterto the mode property as follows:ABPersonVendor|ABAttorney|ABDoctor|ABInterpreter - In the same location in the Project window, , open ContactBasicsDV.ABPerson and click its name at the top to open the Properties tab.
-
Add ABInterpreter to the
modeproperty, as follows:ABPerson|ABPersonVendor|ABAdjudicator|ABUserContact|ABDoctor|ABAttorney|ABPolicyPerson|ABInterpreter - Click OK to save the new mode.
What to do next
Add the new subtype to the ContactManager contact picker menus
