Add the subtype to the ClaimCenter New Contact
menu
Modify the ClaimCenter New Contact menu to enable the user to create
contacts with the new Interpreter subtype.
Before you begin
About this task
Note: In general, when you create new subtypes, the PCF files you need to edit depend on the parent of the subtype. For example, Person subtypes use a different set of PCF files from Company subtypes. You can discover the specific PCF files you need by examining those used by other subtypes. Additionally, the PCF files can use different modes to show appropriate fields for different subtypes.
Procedure
- In Guidewire Studio™ for ClaimCenter, navigate in the Project window to .
- Double-click ClaimContacts to open that PCF file in the editor.
-
On the toolbar above the list view panel with the ID
PeopleInvolvedDetailedLV, there is aNew Contactbutton. Click the drop-down control to open the embedded menu. -
Select the
Vendorsubmenu, which has the id valueClaimContacts_NewVendor.This submenu has menu elements for vendors like Autobody Repair Shop, Doctor, and Medical Care Organization.
-
Right-click the menu item widget for
Medical Care Organizationand copy it. -
Paste the copy below the menu item for
Medical Care Organization.The new menu item is in the
Vendorsubmenu. The new item turns red and stays that way until you enter the properties in the next step. -
Click the new menu item widget and set the following properties:
action NewPartyInvolvedPopup.push(claim, typekey.Contact.TC_INTERPRETER) id ClaimContacts_Interpreter label displaykey.Web.NewContactMenu.Interpreter showConfirmMessage true - Navigate in the Project window to .
-
Double-click
ClaimNewServiceRequestSpecialistPickerMenuItemSetto open it in the editor. -
Right-click the menu item widget for
Medical Care Organizationand copy it. -
Paste the copy below the menu item for
Medical Care Organization.The new menu item is in the
New Vendorsubmenu. The new item turns red and stays that way until you enter the properties in the next step. -
Click the new menu item widget and set the following properties:
action NewContactPopup.push(typekey.Contact.TC_INTERPRETER, parentContact, claim) id NewInterpreter label displaykey.Web.NewContactMenu.Interpreter showConfirmMessage true
