Primary Key Field Type
 ID uniqueidentifier

Field Field Type Null Notes Description
 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.

Foreign Key Field Type Null Notes Description
 ID uniqueidentifier   FINANCIALTRANSACTIONLINEITEM.ID Primary Key.
 PROGRAMID uniqueidentifier PROGRAM.ID The program of this application.
 FEEID uniqueidentifier FEE.ID The fee for this application.
 TAXID uniqueidentifier TAX.ID The tax for this application.
 ADDEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 CHANGEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 MEMBERSHIPLEVELID uniqueidentifier MEMBERSHIPLEVEL.ID The membership level for this application.
 EVENTID uniqueidentifier EVENT.ID The event for this application.
 RESOURCEID uniqueidentifier RESOURCE.ID The supply/equipment resource for this application.
 VOLUNTEERTYPEID uniqueidentifier VOLUNTEERTYPE.LOCALID The staffing resource for this application.
 EVENTLOCATIONID uniqueidentifier EVENTLOCATION.ID The event location for this application.
 MERCHANDISEPRODUCTINSTANCEID uniqueidentifier MERCHANDISEPRODUCTINSTANCE.ID The merchandise product instance for this application.
 MEMBERSHIPADDONID uniqueidentifier MEMBERSHIPADDON.ID
 DESIGNATIONID uniqueidentifier DESIGNATION.ID

Index Name Field(s) Unique Primary Clustered
 IX_REVENUESPLITORDER_DATEADDED DATEADDED    
 IX_REVENUESPLITORDER_DATECHANGED DATECHANGED      
 PK_REVENUESPLITORDER ID  

Trigger Name Description
 TR_REVENUESPLITORDER_AUDIT_UPDATE
 TR_REVENUESPLITORDER_AUDIT_DELETE

Entity-Relationship diagram of this table