Add the BoardCertified field to the Address Book user interface

In this step, you modify the ClaimCenter Address Book screen so you can see the medical specialty field with the Doctor subtype.

Before you begin

Complete Add the new field to the ContactMapper class in ClaimCenter.

About this task

Update the input sets used by the detail view.

Procedure

  1. Navigate in the Project window to configuration > config > Localizations > Resource Bundle 'display' and double-click display.properties to open this file in the editor.
  2. Press Ctrl+F and search for the following entry in the file:
    Web.ContactDetail.Doctor.MedicalLicense
  3. Add a line under that entry, and then enter the following key and value:

    Web.ContactDetail.Doctor.BoardCertified = Board Certified

  4. In the Project window, navigate to configuration > config > Page Configuration > pcf > addressbook. Then double-click AddressBookDoctorAdditionalnfoInputSet.Doctor to open it in the editor.
  5. Select the Input widget Medical Specialty and copy it, and then paste the copy below this widget.
  6. Right-click the new field and choose Change element type.
  7. Click Boolean Radio Button Input in the drop-down list.
  8. Click the new BooleanRadioInput widget and set the following properties:
    editable true
    id DoctorBoardCertified
    label displaykey.Web.ContactDetail.Doctor.BoardCertified
    required false
    value (personVendor as Doctor).BoardCertified_Ext

What to do next

Add the BoardCertified field to the claim contacts user interface