ASSIGNPLANNEDGIFTLETTERCODESPROCESS
                                        Contains information pertaining to the assign planned gift letter codes process.  
                                        Primary Key
                                        
                                            
                                                
                                                    | Primary Key | Field Type | 
                                            
                                            
                                                
                                                    | ID | uniqueidentifier | 
                                            
                                        
                                        Fields
                                        
                                            
                                                
                                                    | Field | Field Type | Null | Notes | Description | 
                                            
                                            
                                                
                                                    | NAME | nvarchar(100) |  | Default = '' | The name of the parameter set. | 
                                                
                                                    | DESCRIPTION | nvarchar(255) |  | Default = '' | The description of the parameter set. | 
                                                
                                                    | DATELASTRUN | datetime | yes |  | This date is used to filter records by the date the process was last run. | 
                                                
                                                    | CREATEOUTPUTIDSET | bit |  | Default = 0 | Designates whether or not an ID set should be created as a result of the process. | 
                                                
                                                    | OUTPUTIDSETNAME | nvarchar(100) |  | Default = '' | The name of the output ID set to be created by the process. | 
                                                
                                                    | OVERWRITEOUTPUTIDSET | bit |  | Default = 0 | Designates whether or not to overwrite the output ID set if one with the same name already exists. | 
                                                
                                                    | ASSIGNALLLETTERCODES | bit |  | Default = 1 | Designates whether or not to execute the process for all letter codes. | 
                                                
                                                    | USEDATEFILTER | bit |  | Default = 0 | Designates whether or not to use a date filter when running the 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 | 
                                            
                                            
                                                
                                                    | IDSETREGISTERID | uniqueidentifier | yes | IDSETREGISTER.ID | A foreign key to the ID set used to filter the records included in the process. | 
                                                
                                                    | OUTPUTIDSETRECORDTYPEID | uniqueidentifier | yes | RECORDTYPE.ID | A foreign key to the record type of the output ID set to be created by this process. | 
                                                
                                                    | ADDEDBYID | uniqueidentifier |  | CHANGEAGENT.ID | FK to CHANGEAGENT. | 
                                                
                                                    | CHANGEDBYID | uniqueidentifier |  | CHANGEAGENT.ID | FK to CHANGEAGENT. | 
                                            
                                        
                                        Indexes
                                        
                                            
                                                
                                                    | Index Name | Fields | Unique | Primary | Clustered | 
                                            
                                            
                                                
                                                    | IX_ASSIGNPLANNEDGIFTLETTERCODESPROCESS_DATEADDED | DATEADDED |  |  | yes | 
                                                
                                                    | IX_ASSIGNPLANNEDGIFTLETTERCODESPROCESS_DATECHANGED | DATECHANGED |  |  |  | 
                                                
                                                    | PK_ASSIGNPLANNEDGIFTLETTERCODESPROCESS | ID | yes | yes |  | 
                                                
                                                    | UC_ASSIGNPLANNEDGIFTLETTERCODESPROCESS_NAME | NAME | yes |  |  | 
                                            
                                        
                                        Triggers
                                        
                                        Referenced by