Modifying Dialog Titles

A dialog can be a search window or dialogs that provide additional functionality, such as the Start / Stop Confirmation Dialog or the Generate Bill dialog.

Dialog Title

Dialog Title

To modify a dialog title:

  • Navigate to and open the dialog with the title that you want to change.
  • Right-click near the top of the dialog and select View Source from the pop-up menu.

View Dialog Source

View Dialog Source

Note: Many dialogs and windows have multiple source files; so if you can't locate the field you are looking for, try right clicking in a different area (closer to the label you want to modify). For example, if you right-click in the grid area of the Person Search illustrated above, you will open a different source file. If you already know the name of the field you want to modify, you can skip this step.
  • In the displayed source file, locate the field name that has the value you want to modify. The field for the dialog title is clearly labelled and the current value of the field is displayed after the hyphen.

Title Field Name

Title Field Name

  • To modify the field override via the application, navigate to Admin Menu - Database - Field in the Oracle Utilities Application Framework application.
  • When the field search dialog appears, enter the name of the field as it appears in the source.
  • Enter an Override Label with a title description to suit your needs and save your changes.

Database - Field

Database - Field

  • Flush the server and browser caches and verify that the new dialog title appears correctly.