Description
This page allows you to view the details of a code table item. Each code table item represents a selection in a drop-down field. The bulk of code table information is contained within code table items. A code table item contains the actual code that will be stored in the application database when that code table item is selected in a drop-down field. In addition, it contains a description, which is the text that will actually be displayed in a drop-down field, and the language setting, which contains information relating to the localization of the code table item.
Page Preview
Page Flow Diagram
Click the diagram to manipulate and zoom. Traverse the diagram using Click-and-Drag motions. Fullscreen
Fields
Details
LabelTypeDescriptionMandatory
CodeCODETABLE_CODECode abbreviation of the description of the code table item.No
SelectableCURAM_INDICATORThis field indicates whether or not the code table item is selectable. A selectable code table item is displayed on any drop-down list associated with the code table.No
DescriptionCODETABLE_DESCInformation that is displayed in a drop-down field. No
LanguageCODETABLE_LANGUAGE_CODEThe locale of the code table item. Note that although this field is named "Language" in order to make it more understandable, it actually refers to a locale, which contains both language and country information. Examples of locales include en-US (US English), en-GB (UK English), and es-US (US Spanish). By using locales, the Cúram application can display different drop-down lists for users with different locales. For example, if a user's locale is set to US-Spanish, a drop-down field for the days of the week can display the values "Lunes", "Martes", "Jueves", etc. Conversely, if another user's locale is set to US English, then the same drop-down field can display the values "Monday", "Tuesday", "Wednesday", etc.No
AnnotationCODETABLE_ANNOTATIONFree text space for adding notes on a code table item.No
Sort OrderCODETABLE_SORT_ORDERSort order of the code table item. This indicates the position that the code table item will occupy in the drop-down list.No
Links and Actions
Page Level Actions
LabelDescription
CloseThe Close action dismisses the page.
DeleteYou can press the Delete button to delete the code table item.
EditYou can press the Edit button to modify the code table item information displayed.
Messages
When page is loaded
MessageMessage CatalogConfigurableConfigurable Validation Reference ID
An Exception occurred as the timeout has been reached and the transaction has been rolled back.LinkNo
When page is submitted
None
Related Entities
When page is loaded
CodeTableItem
When page is submitted
None
Technical Information
Page IDSystem_viewCodetableItem
LocationC:\Users\david\dev\src\esystems-inc\Curam_V8_IS\webclient\components\core\System\Codetables\System_viewCodetableItem.uim
Page Load InterfaceSystem.readCodeTableItem
Page Submit Interface
Linked From PagesEdit Item (System_modifyCodetableItemFromView)