Reference Dictionary Entry

Contents Show

The Reference Dictionary Entry screen is used to manage a specific Reference Dictionary entry record and can be displayed in Add mode or Edit mode.

Add Reference Dictionary Entry screen

Edit Reference Dictionary Entry screen

Screen Access

Screen Access

To add a new Reference Dictionary entry:

  • Display the Reference Dictionary screen > Select a category in the Category drop-down list box > Click the Add button.

To edit an existing Reference Dictionary entry:

  • Display the Reference Dictionary screen > Select a record in the Values data grid > Click the Edit button.

Interface Initialization

Upon initial display of the screen, the following occurs:

  • The Require Notes check box is visible and enabled when:

  • The BLDWRKEXCP category was selected in the Category drop-down list box on the Reference Dictionary screen when this screen was called.

AND

  • The value of BWREQUIRENOTE business rule equals "Y".

  • The OK button is visible and enabled as the default.

  • The Cancel button is visible and enabled as the default.

In Add mode:

  • The title bar text is set to "Add Reference Dictionary Entry".

  • All data controls are enabled and blank.

In Edit mode:

  • The title bar text is set to "Edit Reference Dictionary Entry".

  • The Value text box is disabled and displays the previously saved value.

  • All other data controls are visible, enabled, and display the previously-saved values.

When a category is selected from the Category drop-down list box on the Reference Dictionary screen, the system displays all entries for that category in the Values data grid on the Reference Dictionary screen. Each entry within a category must have the SystemDefined column set to either 'Y' to indicate that the entry is system defined and cannot be maintained or to 'N' indicating that the entry can be maintained by the user. Entries with a SystemDefined value of 'Y' are seeded into the Reference Dictionary table and nothing in the record can be maintained except the sort order. When an entry is added to a category in Add mode, the SystemDefined value is automatically set to 'N' so that the user has the ability to change it later on. Regardless of the value in the SystemDefined column, the entry displays in the grid and may be selected for edit. The system allows only the Sort Order to be changed in Edit mode if the SystemDefined value = 'Y'.  If the SystemDefined value = 'N', the user may change the Description, Sort Order, and Active indicator in Edit mode.  Once an entry is added to the system, the content of the value control cannot be changed.

Note that a state defined category may contain both system defined and non-system defined entries.

Screen Elements

Unless otherwise stated below, all controls on the Reference Dictionary Entry screen are visible and enabled when:

If one or more special conditions exist that affect a control on the Reference Dictionary Entry screen, the condition(s) are documented for that specific control below.

Value text box

  Enter the value for the Reference Dictionary entry in the Value text box.

The control is enabled when:

The control is disabled when:

The characters for this control are defined by the value in the RefDictionaryCategory.ValueType. If the value is A, alphanumeric characters are allowed. If the value is N, only numeric characters are allowed. The maximum number of characters that can be entered in the text box is nine (9) characters if the ValueLength column from the database is null. If the ValueLength column contains a numeric value, that value is the maximum number of characters.

If any value is duplicated for a category, the system displays the E0060 standard error message.

Description text box

  Enter the description for the Reference Dictionary entry in the Description text box.

The control is enabled when:

The text box allows the entry of alphabetic, numeric, and special characters. The maximum number of characters that can be entered in the masked edit box is sixty (60) characters.

Sort Order text box

  Enter the sort order for the Reference Dictionary entry in the Sort Order text box.

The maximum number of characters that can be entered in the masked edit box is three (3) characters.

Entering a sort order determines the order of the entries within the associated drop-down list box. Entries in the drop-down list box are sorted in numerical order by the Sort Order value. The sort order value can be duplicated.

Active check box

  Select the Active check box to indicate the record is activated or deactivated.

An active item is available to the application. An inactive item can be obsolete or omitted or can be a new item pending activation.

The control is enabled when:

Require Notes text box

  Select the Require Notes check box to require notes to be added for the exception entry.

The control is visible when:

AND

OK button

  Click the OK button to process the screen.

It is the default button for the screen, unless otherwise noted.

It does not have a mnemonic. Its keyboard shortcut is the Enter key.

The Reference Dictionary screen displays when the button is clicked.

When clicked, the values in the Reference Dictionary data grid on the Reference Dictionary screen are refreshed. If the sort order was added or modified, the system resorts the entries. If the sort order is updated to an existing sort order, the subsequent sort order is increased by one. For example, if an entry with a Sort Order value of "003" is added and an entry with the same Sort Order value exists for the category, the system saves the new entry with the specified Sort Order value of "003" and increments all equal or greater Sort Order values by one so that no Sort Order values are duplicated for any entries in the category.

Cancel button

Click the Cancel button to close the screen without processing or saving data.

It does not have a mnemonic. Its keyboard shortcut is the Esc (escape) key.

The Reference Dictionary screen displays when the button is clicked.

Processing

If data can be validated and saved on the screen, the following processes occur when the screen is processed:

If no data can be validated and saved on the screen:

Data Map

The Data Map defines the values saved for all controls on the screen. If available, any additional notes or comments are displayed in the Notes column.

Control Label

Required

Table

Column

Notes

Value

X

Reference Dictionary

ExternalID

·

Description

X

Reference Dictionary

Description

·

Sort Order

X

Reference Dictionary

SortOrder

·

Active

·

Reference Dictionary

Active

·

Require Notes

·

Reference Dictionary

UpdateRecord

This option is only visible  if the rule BWRequireNote=Y and the entry is being made in the BLDWRKEXCP category.

|

Reference Utility