INSTALLMENTSPLITWRITEOFF (4.0SP20)

Contains installment split writeoff information for a given pledge writoff record.

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

WRITEOFFID

uniqueidentifier

false

FK to WRITEOFF

INSTALLMENTSPLITID

uniqueidentifier

false

FK to INSTALLMENTPAYMENT table.

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

BASECURRENCYID

uniqueidentifier

true

The base currency associated with this installment split writeoff.

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 writeoff.

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

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 writeoff in organization currency.

TRANSACTIONAMOUNT

money

false

0

The amount of the installment split writeoff in transaction currency.

Indexes
Index Name Field(s) Unique Primary Clustered

IX_INSTALLMENTSPLITWRITEOFF_BASECURRENCYID

BASECURRENCYID

False

False

False

IX_INSTALLMENTSPLITWRITEOFF_BASEEXCHANGERATEID

BASEEXCHANGERATEID

False

False

False

IX_INSTALLMENTSPLITWRITEOFF_DATEADDED

DATEADDED

False

False

True

IX_INSTALLMENTSPLITWRITEOFF_DATECHANGED

DATECHANGED

False

False

False

IX_INSTALLMENTSPLITWRITEOFF_INSTALLMENTSPLITID

INSTALLMENTSPLITID

False

False

False

IX_INSTALLMENTSPLITWRITEOFF_ORGANIZATIONEXCHANGERATEID

ORGANIZATIONEXCHANGERATEID

False

False

False

IX_INSTALLMENTSPLITWRITEOFF_TRANSACTIONCURRENCYID

TRANSACTIONCURRENCYID

False

False

False

IX_INSTALLMENTSPLITWRITEOFF_WRITEOFFID

WRITEOFFID

False

False

False

PK_INSTALLMENTSPLITWRITEOFF

ID

True

True

False

Triggers
Trigger Name Description

TR_INSTALLMENTSPLITWRITEOFF_AUDIT_ETLDELETEDID

TR_INSTALLMENTSPLITWRITEOFF_AUDIT_UPDATE

TR_INSTALLMENTSPLITWRITEOFF_AUDIT_DELETE

TR_INSTALLMENTSPLITWRITEOFF_INSERTUPDATE_CURRENCY