CAMPAIGNS

0 rows


Description

Your organization’s defined campaigns

Columns

Column Type Size Nulls Auto Default Children Parents Comments
ACTIVE_HUB_KEY int identity 4 null

The Hub record ID

CAMPAIGN_ID int 4 null
TRANSACTIONS.CAMPAIGN_ID Defined in XML R

The campaign record ID

CAMPAIGN_NAME varchar 50 null

The name of the campaign

CAMPAIGN_STATUS varchar 10 null

The status of the campaign (Open/Closed)

CAMPAIGN_DESCRIPTION varchar 8000 null

The description of the campaign

DATE_CREATED date 20 null

The date that the campaign was created

GLACCOUNT_ID int 4 null
GLACCOUNTS.GLACCOUNT_ID Defined in XML R

The ID of the GL account that contributions to the campaign will be posted to

SHOW_ONLINE varchar 5 null

Whether the campaign should be displayed online (Yes/No)

CUSTOMER_NOTES varchar 8000 null

Customer notes for this campaign

EXCLUDE_FROM_PAYMENT_PLAN varchar 5 null

Whether contributions to the campaign should be excluded from payment plans (Yes/No)

ACCEPT_RECURRING_DONATIONS varchar 5 null

Whether recurring contributions should be allowed for the campaign (Yes/No)

SITE_ID int 4 null
SITES.SITE_ID Defined in XML R

The ID of the site that the campaign belongs to

FUND_SCHOLARSHIP_CHARGE_ID int 4 null
CHARGES.CHARGE_ID Defined in XML R

The ID of the scholarship charge to be used to fund the campaign

START_DATE date 20 null

The starting date of the campaign

END_DATE date 20 null

The ending date of the campaign

ALLOW_CUSTOM_AMOUNT varchar 5 null

Whether custom contribution amounts should be allowed for the campaign (Yes/No)

GOAL_AMOUNT money 21,4 null

The goal amount for the campaign

CAMPAIGN_IMAGE_FILE_ID int 4 null
UPLOADED_FILES.UPLOADED_FILE_ID Defined in XML R

The file ID for the campaign image

CAMPAIGN_IMAGE_FILE_NAME varchar 50 null

The file name for the campaign image

SHOW_IMAGE_ONLINE varchar 5 null

Whether the campaign image should be displayed online (Yes/No)

SHOW_GOAL_ONLINE varchar 5 null

Whether the campaign goal amount should be displayed online (Yes/No)

SHOW_ACTUAL_AMOUNT_ONLINE varchar 5 null

Whether the total campaign contribution amount should be displayed online (Yes/No)

SYSTEM_GL_ACCOUNT_PACKAGE_ID int 4 null
SYSTEM_GL_ACCOUNT_PACKAGES.SYSTEM_GL_ACCOUNT_PACKAGE_ID Defined in XML R

System account package ID of the campaign.

TOTAL_AMOUNT_RAISED money 21,4 null

The total amount contributed to the campaign

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

ROW_VERSION binary 8 null

System timestamp (for internal use)

Indexes

Constraint Name Type Sort Column(s)
CAMPAIGNS_ACTIVE_HUB_KEY_PK Primary key Asc ACTIVE_HUB_KEY
CAMPAIGNS_CAMPAIGN_ID_ORG_ID_UQ Must be unique Asc/Asc CAMPAIGN_ID + ORG_ID
CAMPAIGNS_FUND_SCHOLARSHIP_CHARGE_ID_IX Performance Asc FUND_SCHOLARSHIP_CHARGE_ID
CAMPAIGNS_GLACCOUNT_ID_IX Performance Asc GLACCOUNT_ID
CAMPAIGNS_ROW_VERSION_IX Performance Asc ROW_VERSION
CAMPAIGNS_SITE_ID_IX Performance Asc SITE_ID
CAMPAIGNS_SYSTEM_GL_ACCOUNT_PACKAGE_ID_IX Performance Asc SYSTEM_GL_ACCOUNT_PACKAGE_ID

Relationships