BATCHREVENUEINSTALLMENTSPLIT
                                        Stores splits for batch installments (currently used in revenue update batch only).  
                                        Primary Key
                                        
                                            
                                                
                                                    | Primary Key | Field Type | 
                                            
                                            
                                                
                                                    | ID | uniqueidentifier | 
                                            
                                        
                                        Fields
                                        
                                            
                                                
                                                    | Field | Field Type | Null | Notes | Description | 
                                            
                                            
                                                
                                                    | INSTALLMENTSPLITID | uniqueidentifier | yes |  | FK to INSTALLMENTSPLIT | 
                                                
                                                    | 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) | yes | CONVERT(bigint, TS) | Numeric representation of the timestamp. | 
                                            
                                        
                                        Foreign Keys
                                        
                                            
                                                
                                                    | Foreign Key | Field Type | Null | Notes | Description | 
                                            
                                            
                                                
                                                    | BATCHREVENUEINSTALLMENTID | uniqueidentifier |  | BATCHREVENUEINSTALLMENT.ID | Indicates the batch installment this installment split applies to. | 
                                                
                                                    | DESIGNATIONID | uniqueidentifier | yes | DESIGNATION.ID | FK to DESIGNATION | 
                                                
                                                    | ADDEDBYID | uniqueidentifier |  | CHANGEAGENT.ID | FK to CHANGEAGENT. | 
                                                
                                                    | CHANGEDBYID | uniqueidentifier |  | CHANGEAGENT.ID | FK to CHANGEAGENT. | 
                                            
                                        
                                        Indexes
                                        
                                            
                                                
                                                    | Index Name | Fields | Unique | Primary | Clustered | 
                                            
                                            
                                                
                                                    | IX_BATCHREVENUEINSTALLMENTSPLIT_DATEADDED | DATEADDED |  |  | yes | 
                                                
                                                    | IX_BATCHREVENUEINSTALLMENTSPLIT_DATECHANGED | DATECHANGED |  |  |  | 
                                                
                                                    | IX_BATCHREVENUEINSTALLMENTSPLIT_DESIGNATIONID_INSTALLMENTSPLITID_BATCHREVENUEINSTALLMENTID | DESIGNATIONID, INSTALLMENTSPLITID, BATCHREVENUEINSTALLMENTID |  |  |  | 
                                                
                                                    | PK_BATCHREVENUEINSTALLMENTSPLIT | ID | yes | yes |  | 
                                            
                                        
                                        Triggers
                                        
                                        Referenced by