Table s_system_defaults_gui
Description:
Describes the GUI controls for editing the default values
PRIMARY KEY
s_default_code_c
varchar (100) NOT NULL
s_system_defaults
s_control_id_i
integer NOT NULL
An ID for the control array that determines the display order

s_control_label_c
varchar (100) NOT NULL
Label to display
s_control_type_c
varchar (20) NOT NULL
Type of control (e.g. txt, cmb, dtp)
s_control_optional_values_c
varchar (200)
Optional values that apply to a control of type cmb
s_control_attributes_c
varchar (500)
List of comma separated additional control attributes, e.g. Width, Type etc.
s_date_created_d
date default: CURRENT_DATE
The date the record was created.
s_created_by_c
varchar (20)
User ID of who created this record. s_user
s_date_modified_d
date
The date the record was modified.
s_modified_by_c
varchar (20)
User ID of who last modified this record. s_user
s_modification_id_t
timestamp default: CURRENT_TIMESTAMP
This identifies the current version of the record.


FOREIGN KEY
s_system_defaults_gui_fk1: s_default_code_c => s_system_defaults
s_system_defaults_gui_fkcr: s_created_by_c => s_user
s_system_defaults_gui_fkmd: s_modified_by_c => s_user