Add display keys for the new subtype to ContactManager

Adding a new ABInterpreter subtype requires changes to the user interface. Add display keys to ContactManager for menu items and fields.

Before you begin

Complete Add the new contact to the shared contacts detail view.

About this task

In this step, you add display keys to ContactManager to support changes to the user interface screens for the new ABInterpreter subtype.

Procedure

  1. Open Guidewire Studio™ for ContactManager.
  2. Navigate in the Project window to configuration > config > Localizations > Resource Bundle 'display' and double-click display.properties to open this file in the editor.
  3. Press Ctrl+F and search for Web.NewContactMenu.Doctor.
  4. Add a new line under that entry, and then enter the following key and value:
    Web.NewContactMenu.Interpreter = Interpreter
  5. Use the Search field at the top of the editor to find the entry Web.ContactDetail.Email.Secondary.
  6. Insert a new line under that entry, and then enter the following keys and values:
    • Web.ContactDetail.Interpreter = Interpreter
    • Web.ContactDetail.Interpreter.InterpreterSpecialty = Interpreter Specialty

What to do next

Add the new subtype to the ContactManager actions menu