R68DETAIL
                                        Contains tax claim detail information for the R68 business process.  
                                        Primary Key
                                        
                                            
                                                
                                                    | Primary Key | Field Type | 
                                            
                                            
                                                
                                                    | ID | uniqueidentifier | 
                                            
                                        
                                        Fields
                                        
                                            
                                                
                                                    | Field | Field Type | Null | Notes | Description | 
                                            
                                            
                                                
                                                    | NAME | nvarchar(255) |  | Default = '' | Name of donor | 
                                                
                                                    | DATE | datetime |  |  | Date of payment or last payment in series | 
                                                
                                                    | AMOUNTRECEIVED | money |  | Default = 0 | Total donations received | 
                                                
                                                    | AMOUNTCLAIMED | money |  | Default = 0 | Total tax claimed | 
                                                
                                                    | 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 | 
                                            
                                            
                                                
                                                    | R68ID | uniqueidentifier |  | R68.ID | Indicates which R68 business process parameter set was used to generate the claim detail record. | 
                                                
                                                    | REVENUESPLITID | uniqueidentifier | yes | FINANCIALTRANSACTIONLINEITEM.ID | The revenue split that this tax claim detail refers to. | 
                                                
                                                    | CONSTITUENTID | uniqueidentifier | yes | CONSTITUENT.LOCALID | The constituent that this tax claim detail refers to. | 
                                                
                                                    | ADDEDBYID | uniqueidentifier |  | CHANGEAGENT.ID | FK to CHANGEAGENT. | 
                                                
                                                    | CHANGEDBYID | uniqueidentifier |  | CHANGEAGENT.ID | FK to CHANGEAGENT. | 
                                            
                                        
                                        Indexes
                                        
                                            
                                                
                                                    | Index Name | Fields | Unique | Primary | Clustered | 
                                            
                                            
                                                
                                                    | IX_R68DETAIL_CONSTITUENTID | CONSTITUENTID |  |  |  | 
                                                
                                                    | IX_R68DETAIL_DATEADDED | DATEADDED |  |  | yes | 
                                                
                                                    | IX_R68DETAIL_DATECHANGED | DATECHANGED |  |  |  | 
                                                
                                                    | PK_R68DETAIL | ID | yes | yes |  | 
                                            
                                        
                                        Triggers