Primary Key Field Type
 ID uniqueidentifier

Field Field Type Null Notes Description
 AMOUNT money   Default = 0
 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) CONVERT(bigint, TS) Numeric representation of the timestamp.
 ORGANIZATIONAMOUNT money   Default = 0 The amount of the installment split writeoff in organization currency.
 TRANSACTIONAMOUNT money   Default = 0 The amount of the installment split writeoff in transaction currency.

Foreign Key Field Type Null Notes Description
 WRITEOFFID uniqueidentifier   FINANCIALTRANSACTION.ID FK to WRITEOFF
 INSTALLMENTSPLITID uniqueidentifier   INSTALLMENTSPLIT.ID FK to INSTALLMENTPAYMENT table.
 ADDEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 CHANGEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 BASECURRENCYID uniqueidentifier CURRENCY.ID The base currency associated with this installment split writeoff.
 ORGANIZATIONEXCHANGERATEID uniqueidentifier CURRENCYEXCHANGERATE.ID The exchange rate used to convert from amount to organization amount.
 TRANSACTIONCURRENCYID uniqueidentifier CURRENCY.ID The transaction currency associated with this installment split writeoff.
 BASEEXCHANGERATEID uniqueidentifier CURRENCYEXCHANGERATE.ID The exchange rate used to convert from transaction amount to amount.

Index Name Field(s) Unique Primary Clustered
 IX_INSTALLMENTSPLITWRITEOFF_BASECURRENCYID BASECURRENCYID      
 IX_INSTALLMENTSPLITWRITEOFF_BASEEXCHANGERATEID BASEEXCHANGERATEID      
 IX_INSTALLMENTSPLITWRITEOFF_DATEADDED DATEADDED    
 IX_INSTALLMENTSPLITWRITEOFF_DATECHANGED DATECHANGED      
 IX_INSTALLMENTSPLITWRITEOFF_INSTALLMENTSPLITID INSTALLMENTSPLITID      
 IX_INSTALLMENTSPLITWRITEOFF_ORGANIZATIONEXCHANGERATEID ORGANIZATIONEXCHANGERATEID      
 IX_INSTALLMENTSPLITWRITEOFF_TRANSACTIONCURRENCYID TRANSACTIONCURRENCYID      
 IX_INSTALLMENTSPLITWRITEOFF_WRITEOFFID WRITEOFFID      
 PK_INSTALLMENTSPLITWRITEOFF ID  

Trigger Name Description
 TR_INSTALLMENTSPLITWRITEOFF_INSERTUPDATE_CURRENCY
 TR_INSTALLMENTSPLITWRITEOFF_AUDIT_ETLDELETEDID
 TR_INSTALLMENTSPLITWRITEOFF_AUDIT_UPDATE
 TR_INSTALLMENTSPLITWRITEOFF_AUDIT_DELETE

Entity-Relationship diagram of this table