STEWARDSHIPPACKAGEPROCESS
                                        Contains information pertaining to the stewardship package business 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. | 
                                                
                                                    | WORDTEMPLATEFILENAME | nvarchar(255) |  | Default = '' | Filename of the word template to use for this letter. | 
                                                
                                                    | WORDFILE | varbinary | yes |  | The actual template file to use for this letter. | 
                                                
                                                    | CREATEOUTPUTIDSET | bit |  | Default = 0 | Designates whether or not an ID set should be created as a result of the acknowledgement process. | 
                                                
                                                    | OUTPUTIDSETNAME | nvarchar(100) |  | Default = '' | The name of the output ID set to be created by the acknowledgement process. | 
                                                
                                                    | OVERWRITEOUTPUTIDSET | bit |  | Default = 0 | Designates whether or not to overwrite the output ID set if one with the same name already exists. | 
                                                
                                                    | 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. | 
                                                
                                                    | CUSTOMPARAMETERDATAFORMITEM | xml | yes |  | Custom parameters for this process. | 
                                            
                                        
                                        Foreign Keys
                                        
                                            
                                                
                                                    | Foreign Key | Field Type | Null | Notes | Description | 
                                            
                                            
                                                
                                                    | BUSINESSPROCESSVIEWID | uniqueidentifier |  | BUSINESSPROCESSVIEW.ID | A foreign key to the view to use as output for the parameter set. | 
                                                
                                                    | ADDEDBYID | uniqueidentifier |  | CHANGEAGENT.ID | FK to CHANGEAGENT. | 
                                                
                                                    | CHANGEDBYID | uniqueidentifier |  | CHANGEAGENT.ID | FK to CHANGEAGENT. | 
                                            
                                        
                                        Indexes
                                        
                                            
                                                
                                                    | Index Name | Fields | Unique | Primary | Clustered | 
                                            
                                            
                                                
                                                    | IX_STEWARDSHIPPACKAGEPROCESS_DATEADDED | DATEADDED |  |  | yes | 
                                                
                                                    | IX_STEWARDSHIPPACKAGEPROCESS_DATECHANGED | DATECHANGED |  |  |  | 
                                                
                                                    | PK_STEWARDSHIPPACKAGEPROCESS | ID | yes | yes |  | 
                                                
                                                    | UC_STEWARDSHIPPACKAGEPROCESS_NAME | NAME | yes |  |  | 
                                            
                                        
                                        Triggers
                                        
                                        Referenced by