FINANCIALSYSTEMSETTINGS

Financial System Settings Table

Primary Key

Primary Key Field Type
ID uniqueidentifier

Fields

Field Field Type Null Notes Description
ISSUMMARYDISTRIBUTIONEDITABLE bit Default = 0 Is Summary Distribution User Editable
DATEADDED datetime Default = getdate() Indicates the date this record was added.
DATECHANGED datetime Default = getdate() Indicates the date this record was last changed.
TS timestamp Timestamp.
TSLONG bigint (Computed) yes CONVERT(bigint, TS) Numeric representation of the timestamp.

Foreign Keys

Foreign Key Field Type Null Notes Description
FINANCIALSYSTEMID uniqueidentifier FINANCIALSYSTEM.ID Financial System Foreign Key
ADDEDBYID uniqueidentifier CHANGEAGENT.ID FK to CHANGEAGENT.
CHANGEDBYID uniqueidentifier CHANGEAGENT.ID FK to CHANGEAGENT.

Indexes

Index Name Fields Unique Primary Clustered
IX_FINANCIALSYSTEMSETTINGS_DATEADDED DATEADDED yes
IX_FINANCIALSYSTEMSETTINGS_DATECHANGED DATECHANGED
PK_FINANCIALSYSTEMSETTINGS ID yes yes
UC_FINANCIALSYSTEMSETTINGS_FINANCIALSYSTEMID FINANCIALSYSTEMID yes

Triggers

Trigger Name Description
TR_FINANCIALSYSTEMSETTINGS_AUDIT_UPDATE
TR_FINANCIALSYSTEMSETTINGS_AUDIT_DELETE