Table s_system_defaults
Description:
The settings that are system wide (iso per user)
PRIMARY KEY
s_default_code_c
varchar (100) NOT NULL

s_default_code_local_c
varchar (100)
Default Code in easy to read format
s_default_code_intl_c
varchar (100)
Default Code in easy to read format in English
s_default_description_c
varchar (500)
Description of what this code does
s_category_c
varchar (100)
Category of code (e.g. Partner, Gift)
s_default_value_c
varchar (500)
s_read_only_l
boolean default: '1' NOT NULL
Determines if the value can be edited in the GUI
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_fkcr: s_created_by_c => s_user
s_system_defaults_fkmd: s_modified_by_c => s_user


REFERENCED BY
s_system_defaults_gui