Add the BoardCertified field to the ContactManager user interface
Enable ContactManager users to use the new BoardCertified field when they create and edit ABDoctor contacts.
Before you begin
About this task
You add the new field to the input set for the ABDoctor subtype for use in the ContactBasicsDV.ABPerson detail view.
Procedure
- Navigate in the Project window to and double-click display.properties to open this file in the editor.
-
Click Ctrl+F and find the following entry in the
file:
Web.ContactDetail.Doctor.MedicalLicense - Insert a line after that entry and then enter the following key and value: Web.ContactDetail.Doctor.BoardCertified = Board Certified
- In the Project window, navigate to .
-
Double-click
ABPersonVendorSpecialtyInputSet.ABDoctorto open it in the editor. -
Select the
InputwidgetMedical Specialtyand copy it, and then paste the copy below theMedical Specialtywidget. - Right-click the new field and choose Change element type.
- Click Boolean Radio Button Input.
-
Click the new
BooleanRadioInputwidget and set the following properties:editable true id DoctorBoardCertified label displaykey.Web.ContactDetail.Doctor.BoardCertified required false value (person as ABDoctor).BoardCertified_Ext
