Table Description
Code Table View: A context based view of code table items.

Code table view represents a subset of codes from a code table. Each view is defined by the sepcified context and the codes defined for the view are displayed when the application is run in specified context. An optional default code can be sepecified for a view which has to be one of the codes defined for the view.

For more information see the Curam Server Developer's Guide.

Relationship Diagram
Click the diagram to manipulate and zoom. Traverse the diagram using Click-and-Drag motions.
Attributes (4)
AttributeKeyNullableDescriptionDDL Type
tableNameYesNoThe name of the table containing the view.SVR_STRING<25>
contextYesNoCode table view context. A context and code table codes are specified for every view in a codetable. The view displays the specified codes when the application is run in the specified context. SVR_STRING<10>
defaultCode  Code table view default code. An optional default code can be sepecified for a view which has to be one of the codes defined for the view. SVR_STRING<10>
lastWritten   SVR_DATETIME
Foreign Keys (1)
ChildParent
CodeTableView.tableNameCodeTableHeader.tableName
Related Pages (6)