TRIBUTE (4.0SP20)

Stores information pertaining to tributes.

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

TRIBUTETYPECODEID

uniqueidentifier

false

The tribute type for this tribute.

TRIBUTEEID

uniqueidentifier

true

Foreign key to the Constituent table.

DESIGNATIONID

uniqueidentifier

true

The default designation for the tribute.

NAMEFORMATFUNCTIONID

uniqueidentifier

true

FK to NAMEFORMATFUNCTION

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

Fields
Field Field Type Null Notes Description

TRIBUTETEXT

nvarchar(255)

false

''

ISACTIVE

bit

false

1

Indicates whether or not the tribute is active.

DATEADDED

datetime

false

getdate()

Indicates the date this record was added.

DATECHANGED

datetime

false

getdate()

Indicates the date this record was last changed.

TS

timestamp

false

Timestamp.

TSLONG

bigint (Computed)

true

Numeric representation of the timestamp.

Indexes
Index Name Field(s) Unique Primary Clustered

IX_TRIBUTE_DATEADDED

DATEADDED

False

False

True

IX_TRIBUTE_DATECHANGED

DATECHANGED

False

False

False

IX_TRIBUTE_TRIBUTEEID

TRIBUTEEID

False

False

False

IX_TRIBUTE_TRIBUTETEXT

TRIBUTETEXT

False

False

False

IX_TRIBUTE_TRIBUTETYPECODEID

TRIBUTETYPECODEID

False

False

False

PK_TRIBUTE

ID

True

True

False

Triggers
Trigger Name Description

TR_TRIBUTE_AUDIT_ETLDELETEDID

TR_TRIBUTE_AUDIT_UPDATE

TR_TRIBUTE_AUDIT_DELETE

TR_TRIBUTE_DELETE_BBNCTRIBUTEIDMAP

TR_TRIBUTE_INSERT_BBNCTRIBUTEIDMAP

Referenced by
Referenced by Field

BATCHBBNCDONATION

TRIBUTEID

BATCHMEMBERSHIPDUES

TRIBUTEID

BATCHREVENUELETTER

TRIBUTEID

BATCHREVENUETRIBUTE

TRIBUTEID

NETCOMMUNITYMAPPINGRULE

DEFAULTTRIBUTEID

REVENUETRIBUTE

TRIBUTEID

TRIBUTEACKNOWLEDGEE

TRIBUTEID

TRIBUTEEXTENSION

TRIBUTEID

TRIBUTESITE

TRIBUTEID