RECURRINGGIFTSETTING (4.0SP17)

Configuration options for recurring gifts.

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

Fields
Field Field Type Null Notes Description

INSTALLMENTMODECODE

tinyint

false

0

Controls how recurring gift installments behave when payments are posted to them.

INSTALLMENTMODE

nvarchar(44) (Computed)

true

Provides a translation for the 'INSTALLMENTMODECODE' field.

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.

FIRSTINSTALLMENTCODE

tinyint

false

0

FIRSTINSTALLMENT

nvarchar(11) (Computed)

true

INSTALLMENTUNDERPAYMENTCODE

tinyint

false

0

INSTALLMENTUNDERPAYMENT

nvarchar(36) (Computed)

true

APPLYTOPASTINSTALLMENTS

bit

false

1

PASTBALANCEUNDERPAYMENTCODE

tinyint

false

0

PASTBALANCEUNDERPAYMENT

nvarchar(37) (Computed)

true

OVERPAYMENTCODE

tinyint

false

0

OVERPAYMENT

nvarchar(39) (Computed)

true

EFFECTIVEDATE

datetime

false

UPGRADEDATE

datetime

false

Indexes
Index Name Field(s) Unique Primary Clustered

IX_RECURRINGGIFTSETTING_DATEADDED

DATEADDED

False

False

True

IX_RECURRINGGIFTSETTING_DATECHANGED

DATECHANGED

False

False

False

PK_RECURRINGGIFTSETTING

ID

True

True

False

Triggers
Trigger Name Description

TR_RECURRINGGIFTSETTING_AUDIT_UPDATE

TR_RECURRINGGIFTSETTING_AUDIT_DELETE