REPORT_DEFINITIONS

0 rows


Description

Your organization’s report definitions which have been saved for reprinting or scheduling

Columns

Column Type Size Nulls Auto Default Children Parents Comments
REPORT_DEFINITION_ID int 4 null
COUPON_BATCHES.COUPON_CATEGORY_ID Defined in XML R

The report definition ID

REPORT_TITLE varchar 80 null

The report title

REPORT_TYPE_ID int 4 null

The ID of the report type

REPORT_TYPE_NAME varchar 200 null

The name of the report type

SITE_ID int 4 null
SITES.SITE_ID Defined in XML R

The ID of the specific site that the report belongs to (NULL for all sites)

SITE_NAME varchar 255 null

The name 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_SUNDAY varchar 3 null

Whether the report is scheduled to print on Sundays (Yes/No)

SCHEDULE_MONDAY varchar 3 null

Whether the report is scheduled to print on Mondays (Yes/No)

SCHEDULE_TUESDAY varchar 3 null

Whether the report is scheduled to print on Tuesdays (Yes/No)

SCHEDULE_WEDNESDAY varchar 3 null

Whether the report is scheduled to print on Wednesdays (Yes/No)

SCHEDULE_THURSDAY varchar 3 null

Whether the report is scheduled to print on Thursdays (Yes/No)

SCHEDULE_FRIDAY varchar 3 null

Whether the report is scheduled to print on Fridays (Yes/No)

SCHEDULE_SATURDAY varchar 3 null

Whether the report is scheduled to print on Saturdays (Yes/No)

SCHEDULE_WEEKS_OF_MONTH varchar 5 null

Whether the report is scheduled to print during specific weeks of the month

SCHEDULE_WEEK_OF_MONTH_1 varchar 3 null

Whether the report is scheduled to print during the first week of the month (Yes/No)

SCHEDULE_WEEK_OF_MONTH_2 varchar 3 null

Whether the report is scheduled to print during the second week of the month (Yes/No)

SCHEDULE_WEEK_OF_MONTH_3 varchar 3 null

Whether the report is scheduled to print during the third week of the month (Yes/No)

SCHEDULE_WEEK_OF_MONTH_4 varchar 3 null

Whether the report is scheduled to print during the fourth week of the month (Yes/No)

SCHEDULE_WEEK_OF_MONTH_5 varchar 3 null

Whether the report is scheduled to print during the last week of the month (Yes/No)

SUNDAY_START_TIME time 16 null

The start time that the report is scheduled to print on Sundays

MONDAY_START_TIME time 16 null

The start time that the report is scheduled to print on Mondays

TUESDAY_START_TIME time 16 null

The start time that the report is scheduled to print on Tuesdays

WEDNESDAY_START_TIME time 16 null

The start time that the report is scheduled to print on Wednesdays

THURSDAY_START_TIME time 16 null

The start time that the report is scheduled to print on Thursdays

FRIDAY_START_TIME time 16 null

The start time that the report is scheduled to print on Fridays

SATURDAY_START_TIME time 16 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)

LAST_SYNC_TIME datetime 16,3 null

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

source_id int 4 null

The ID value from the Active Net system

FROM_EMAIL_ADDRESS_ID int 4 null

Unique ID of the FROM_EMAIL_ADDRESSES table

FROM_EMAIL_ADDRESS varchar 50 null

FROM_EMAIL_ADDRESS associated with FROM_EMAIL_ID

RECIPIENT_ADDRESSES varchar 2000 null

Recipient email addresses

Relationships

View Definition


Possibly Referenced Tables/Views