Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| REPORT_DEFINITION_ID | int | 4 | null |
|
|
The report definition ID |
|||||
| REPORT_TITLE | varchar | 80 | √ | null |
|
|
The report title |
||||
| REPORT_TYPE_ID | int | 4 | √ | null |
|
|
The ID of the report type |
||||
| SITE_ID | int | 4 | √ | null |
|
|
The ID of the specific site that the report belongs to (NULL for all sites) |
||||
| LAST_MODIFIED_DATE_TIME | datetime | 16,3 | √ | null |
|
|
The date and time that the report definition was last modified |
||||
| LIST_TYPE | varchar | 10 | √ | null |
|
|
The type of listing that the report is generated based upon (Dynamic / Static) |
||||
| LIST_SIZE | int | 4 | √ | null |
|
|
The size of the listing that the report is generated based upon if known |
||||
| IS_PLAIN_FORMAT | varchar | 5 | √ | null |
|
|
Whether the report is to be generated using a plain format if applicable (Yes/No) |
||||
| USE_PAYER | varchar | 5 | √ | null |
|
|
Whether the payer should be used rather than the registrant if applicable (Yes/No) |
||||
| MARK_RECORDS_AS_EXPORTED | varchar | 5 | √ | null |
|
|
Whether the records included in a financial export should be marked as exported (Yes/No) |
||||
| IS_INSTRUCTOR_LIST | varchar | 5 | √ | null |
|
|
Whether the report should be included in the list of reports available to instructors (Yes/No) |
||||
| ENABLE_SCHEDULE_REPORT | varchar | 5 | √ | null |
|
|
Whether the report is scheduled to automatically print based on a defined schedule (Yes/No) |
||||
| SCHEDULE_FROM_DATE | date | 20 | √ | null |
|
|
The starting date that the report should automatically print from |
||||
| SCHEDULE_TO_DATE | date | 20 | √ | null |
|
|
The ending date that the report should automatically print until |
||||
| SCHEDULE_WEEK_DAYS | varchar | 7 | √ | null |
|
|
Whether the report is scheduled to print on specific days of the week |
||||
| SCHEDULE_WEEKS_OF_MONTH | varchar | 5 | √ | null |
|
|
Whether the report is scheduled to print during specific weeks of the month |
||||
| SUNDAY_START_TIME | varchar | 1000 | √ | null |
|
|
The start time that the report is scheduled to print on Sundays |
||||
| MONDAY_START_TIME | varchar | 1000 | √ | null |
|
|
The start time that the report is scheduled to print on Mondays |
||||
| TUESDAY_START_TIME | varchar | 1000 | √ | null |
|
|
The start time that the report is scheduled to print on Tuesdays |
||||
| WEDNESDAY_START_TIME | varchar | 1000 | √ | null |
|
|
The start time that the report is scheduled to print on Wednesdays |
||||
| THURSDAY_START_TIME | varchar | 1000 | √ | null |
|
|
The start time that the report is scheduled to print on Thursdays |
||||
| FRIDAY_START_TIME | varchar | 1000 | √ | null |
|
|
The start time that the report is scheduled to print on Fridays |
||||
| SATURDAY_START_TIME | varchar | 1000 | √ | null |
|
|
The start time that the report is scheduled to print on Saturdays |
||||
| LAST_SCHEDULED_RUN_DATE_TIME | datetime | 16,3 | √ | null |
|
|
The last scheduled date and time that the report was automatically printed |
||||
| SEND_CONFIRMATION_EMAIL | varchar | 5 | √ | null |
|
|
Whether a confirmation email should be sent after the report is successfully printed or exported (Yes/No) |
||||
| EMAIL_SUBJECT | varchar | 200 | √ | null |
|
|
The subject line for the confirmation email |
||||
| ENABLE_EXPORT_TO_FTP | varchar | 5 | √ | null |
|
|
Whether the generated report should be exported to an FTP site (Yes/No) |
||||
| FTP_ADDRESS | varchar | 2000 | √ | null |
|
|
The FTP address of the server where the generated report should be exported to |
||||
| FTP_PORT | int | 4 | √ | null |
|
|
The port number that should be used when exporting the generated report to the FTP server |
||||
| FTP_USER_NAME | varchar | 80 | √ | null |
|
|
The user name that should be used when exporting the generated report to the FTP server |
||||
| FTP_ENCRYPTION | varchar | 30 | √ | null |
|
|
The encryption method that should be used when exporting the generated report to the FTP server |
||||
| FTP_FILE_NAME | varchar | 50 | √ | null |
|
|
The file name that should be used when exporting the generated report to the FTP server |
||||
| FTP_FILE_NAME_APPEND_DATE | varchar | 5 | √ | null |
|
|
Whether the current date should be added to the file name when exporting the generated report to the FTP server (Yes/No) |
||||
| ROW_VERSION | binary | 8 | √ | null |
|
|
System timestamp (for internal use) |
||||
| LAST_SYNC_TIME | datetime | 16,3 | (getdate()) |
|
|
Date and time Hub record was last modified |
|||||
| ACTIVE_HUB_PROCESS_ID | bigint | 8 | √ | null |
|
|
The Hub sync process ID |
||||
| ORG_ID | int | 4 | null |
|
|
Your organization’s unique identifier in the Active Net system |
|||||
| FROMEMAILADDRESS_ID | int | 4 | √ | null |
|
|
Unique ID of the FROM_EMAIL_ADDRESSES table |
||||
| RECIPIENT_ADDRESSES | varchar | 2000 | √ | null |
|
|
Recipient email addresses |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| REPORT_DEFINITIONS_REPORT_DEFINITION_ID_ORG_ID_PK | Primary key | Asc/Asc | REPORT_DEFINITION_ID + ORG_ID |
| REPORT_DEFINITIONS_REPORT_TYPE_ID_IX | Performance | Asc | REPORT_TYPE_ID |
| REPORT_DEFINITIONS_ROW_VERSION_IX | Performance | Asc | ROW_VERSION |
| REPORT_DEFINITIONS_SITE_ID_IX | Performance | Asc | SITE_ID |