BATCHESCOMMITPROCESS
                                        Stores parameter sets associated with the batches commit business process.  
                                        Primary Key
                                        
                                            
                                                
                                                    | Primary Key | Field Type | 
                                            
                                            
                                                
                                                    | ID | uniqueidentifier | 
                                            
                                        
                                        Fields
                                        
                                            
                                                
                                                    | Field | Field Type | Null | Notes | Description | 
                                            
                                            
                                                
                                                    | NAME | nvarchar(200) |  | Default = '' |  | 
                                                
                                                    | DESCRIPTION | nvarchar(1000) |  | Default = '' |  | 
                                                
                                                    | CREATEOUTPUTSELECTION | bit |  | Default = 0 | Designates whether or not an ID set should be created for each batch committed during the commit batches process. | 
                                                
                                                    | CREATEEXCEPTIONBATCHES | bit |  | Default = 0 | Indicates whether batches should be created for exceptions during the commit batches process. | 
                                                
                                                    | PURGEBATCHES | bit |  | Default = 0 | Indicates whether or not to delete the data and mark the batches as deleted after the commit batches process. | 
                                                
                                                    | CREATEBATCHCONTROLREPORTS | bit |  | Default = 0 | Indicates whether or not to generate control reports for batches being committed by this process. | 
                                                
                                                    | 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 | 
                                            
                                            
                                                
                                                    | SELECTIONID | uniqueidentifier | yes | IDSETREGISTER.ID | A foreign key to the ID set used to filter the records included in the batches commit process. | 
                                                
                                                    | ADDEDBYID | uniqueidentifier |  | CHANGEAGENT.ID | FK to CHANGEAGENT. | 
                                                
                                                    | CHANGEDBYID | uniqueidentifier |  | CHANGEAGENT.ID | FK to CHANGEAGENT. | 
                                            
                                        
                                        Indexes
                                        
                                            
                                                
                                                    | Index Name | Fields | Unique | Primary | Clustered | 
                                            
                                            
                                                
                                                    | IX_BATCHESCOMMITPROCESS_DATEADDED | DATEADDED |  |  | yes | 
                                                
                                                    | IX_BATCHESCOMMITPROCESS_DATECHANGED | DATECHANGED |  |  |  | 
                                                
                                                    | PK_BATCHESCOMMITPROCESS | ID | yes | yes |  | 
                                                
                                                    | UC_BATCHESCOMMITPROCESS_NAME | NAME | yes |  |  | 
                                            
                                        
                                        Triggers
                                        
                                        Referenced by