PHONEFINDER
                                        Contains information about the PhoneFinder process.  
                                        Primary Key
                                        
                                            
                                                
                                                    | Primary Key | Field Type | 
                                            
                                            
                                                
                                                    | ID | uniqueidentifier | 
                                            
                                        
                                        Fields
                                        
                                            
                                                
                                                    | Field | Field Type | Null | Notes | Description | 
                                            
                                            
                                                
                                                    | NAME | nvarchar(150) |  | Default = '' | Name of the PhoneFinder process | 
                                                
                                                    | DESCRIPTION | nvarchar(250) |  | Default = '' | Description of the PhoneFinder process | 
                                                
                                                    | FILENAME | nvarchar(256) |  | Default = '' | Name of the file that is to be uploaded | 
                                                
                                                    | FILEUPLOADED | bit |  | Default = 0 | Whether the process-created file has been uploaded | 
                                                
                                                    | FILEAVAILABLE | bit |  | Default = 0 | Whether the file has been processed and is available for download | 
                                                
                                                    | FILEDOWNLOADED | bit |  | Default = 0 | Whether the results file has been downloaded | 
                                                
                                                    | PRIMARYCONTACTNAME | nvarchar(250) |  | Default = '' | The name of the primary person to contact when data tune-up is complete | 
                                                
                                                    | PRIMARYCONTACTEMAIL | UDT_EMAILADDRESS |  | Default = '' | The primary contact's email address | 
                                                
                                                    | PRIMARYCONTACTPHONE | nvarchar(20) |  | Default = '' | The primary contact's phone number | 
                                                
                                                    | ALTERNATECONTACTNAME | nvarchar(250) |  | Default = '' | The name of an alternate person to contact when data tune-up is complete | 
                                                
                                                    | ALTERNATECONTACTEMAIL | UDT_EMAILADDRESS |  | Default = '' | The alternate contact's email address | 
                                                
                                                    | ALTERNATECONTACTPHONE | nvarchar(20) |  | Default = '' | The alternate contact's phone number | 
                                                
                                                    | 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. | 
                                                
                                                    | REQUESTFILE | varbinary | yes |  | The request file sent to Blackbaud as part of step 1. | 
                                                
                                                    | INDIVIDUALMARKASPRIMARY | bit |  | Default = 0 | Whether or not to mark individual phone numbers primary | 
                                                
                                                    | ORGANIZATIONMARKASPRIMARY | bit |  | Default = 0 | Whether or not to mark organization phone numbers primary | 
                                                
                                                    | STEP | nvarchar(150) (Computed) | yes | dbo.UFN_PHONEFINDER_GETSTEP(ID) | The step the PhoneFinder process is currently on | 
                                            
                                        
                                        Foreign Keys
                                        
                                            
                                                
                                                    | Foreign Key | Field Type | Null | Notes | Description | 
                                            
                                            
                                                
                                                    | SITEID | uniqueidentifier | yes | SITE.ID | Foreign key to site table | 
                                                
                                                    | BATCHID | uniqueidentifier | yes | BATCH.ID | The batch instance into which data will be imported | 
                                                
                                                    | BATCHAPPUSERID | uniqueidentifier | yes | APPUSER.ID | The user who will own the batch once it is created by the import process | 
                                                
                                                    | ADDEDBYID | uniqueidentifier |  | CHANGEAGENT.ID | FK to CHANGEAGENT. | 
                                                
                                                    | CHANGEDBYID | uniqueidentifier |  | CHANGEAGENT.ID | FK to CHANGEAGENT. | 
                                                
                                                    | INFOSOURCECODEID | uniqueidentifier | yes | INFOSOURCECODE.ID | FK to INFOSOURCECODE | 
                                                
                                                    | INDIVIDUALPHONETYPECODEID | uniqueidentifier | yes | PHONETYPECODE.LOCALID | The type to apply to an individual's phone number | 
                                                
                                                    | ORGANIZATIONPHONETYPECODEID | uniqueidentifier | yes | PHONETYPECODE.LOCALID | The type to apply to an organization's phone number | 
                                            
                                        
                                        Indexes
                                        
                                            
                                                
                                                    | Index Name | Fields | Unique | Primary | Clustered | 
                                            
                                            
                                                
                                                    | IX_PHONEFINDER_DATEADDED | DATEADDED |  |  | yes | 
                                                
                                                    | IX_PHONEFINDER_DATECHANGED | DATECHANGED |  |  |  | 
                                                
                                                    | PK_PHONEFINDER | ID | yes | yes |  | 
                                                
                                                    | UIX_PHONEFINDER_BATCHID | BATCHID | yes |  |  | 
                                                
                                                    | UIX_PHONEFINDER_SITEID | SITEID | yes |  |  | 
                                            
                                        
                                        Triggers
                                        
                                        Referenced by