INSTALLMENTSPLIT (4.0SP20)

Contains installment split information for a given pledge installment record.

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

INSTALLMENTID

uniqueidentifier

false

FK to INSTALLMENT table.

PLEDGEID

uniqueidentifier

false

FK to REVENUE

DESIGNATIONID

uniqueidentifier

true

FK to DESIGNATION table.

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

BASECURRENCYID

uniqueidentifier

true

The base currency associated with this installment split.

ORGANIZATIONEXCHANGERATEID

uniqueidentifier

true

The exchange rate used to convert from amount to organization amount.

TRANSACTIONCURRENCYID

uniqueidentifier

true

The transaction currency associated with this installment split.

BASEEXCHANGERATEID

uniqueidentifier

true

The exchange rate used to convert from transaction amount to amount.

Fields
Field Field Type Null Notes Description

AMOUNT

money

false

0

The amount for given installment split.

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.

ORGANIZATIONAMOUNT

money

false

0

The amount of the installment split in organization currency.

TRANSACTIONAMOUNT

money

false

0

The amount of the installment split in transaction currency.

REVENUESPLITID

uniqueidentifier

true

Indexes
Index Name Field(s) Unique Primary Clustered

IX_INSTALLMENTSPLIT_BASECURRENCYID

BASECURRENCYID

False

False

False

IX_INSTALLMENTSPLIT_BASEEXCHANGERATEID

BASEEXCHANGERATEID

False

False

False

IX_INSTALLMENTSPLIT_DATEADDED

DATEADDED

False

False

True

IX_INSTALLMENTSPLIT_DATECHANGED

DATECHANGED

False

False

False

IX_INSTALLMENTSPLIT_ID

ID

False

False

False

IX_INSTALLMENTSPLIT_INSTALLMENTID

INSTALLMENTID

False

False

False

IX_INSTALLMENTSPLIT_ORGANIZATIONEXCHANGERATEID

ORGANIZATIONEXCHANGERATEID

False

False

False

IX_INSTALLMENTSPLIT_PLEDGEID

PLEDGEID

False

False

False

IX_INSTALLMENTSPLIT_REVENUESPLITID

REVENUESPLITID

False

False

False

IX_INSTALLMENTSPLIT_TRANSACTIONCURRENCYID

TRANSACTIONCURRENCYID

False

False

False

PK_INSTALLMENTSPLIT

ID

True

True

False

Triggers
Trigger Name Description

TR_INSTALLMENTSPLIT_AUDIT_UPDATE

TR_INSTALLMENTSPLIT_AUDIT_DELETE

TR_INSTALLMENTSPLIT_AUDIT_ETLDELETEDID

TR_INSTALLMENTSPLIT_INSERTUPDATE_CURRENCY

TR_INSTALLMENTSPLIT_INSERTUPDATE_REVENUESPLITID

Referenced by
Referenced by Field

INSTALLMENTSPLITPAYMENT

INSTALLMENTSPLITID

INSTALLMENTSPLITWRITEOFF

INSTALLMENTSPLITID