MKTMEMBERSHIPMAILINGACTIVE (4.0)

Stores information pertaining to an activated membership renewal effort.

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

BASECURRENCYID

uniqueidentifier

true

The base currency associated with this activated membership effort.

Fields
Field Field Type Null Notes Description

RENEWALS

int

false

0

The number of people who renewed their membership as a result of the membership renewal effort.

UPGRADES

int

false

0

The number of people who upgraded their membership as a result of the membership renewal effort.

DOWNGRADES

int

false

0

The number of people who downgraded their membership as a result of the membership renewal effort.

TOTALRENEWALAMOUNT

money

false

0

The total gift amount related to renewals received for the membership renewal effort.

AVERAGERENEWALAMOUNT

money

false

0

The average gift amount related to renewals received for the membership renewal effort.

COSTPERRENEWAL

money

false

0

The cost per renewal for the membership renewal effort.

RENEWALRATE

decimal(19, 4)

false

0

The renewal rate for the membership renewal effort.

UPGRADERATE

decimal(19, 4)

false

0

The upgrade rate for the membership renewal effort.

DOWNGRADERATE

decimal(19, 4)

false

0

The downgrade rate for the membership renewal effort.

DATEADDED

datetime

false

getdate()

Indicates the date this record was added.

DATECHANGED

datetime

false

getdate()

Indicates the date this record was last changed.

TS

timestamp

false

Timestamp.

TSLONG

bigint (Computed)

true

Numeric representation of the timestamp.

ORGANIZATIONTOTALRENEWALAMOUNT

money

false

0

The total gift amount, in organization currency, related to renewals received for the membership renewal effort.

ORGANIZATIONAVERAGERENEWALAMOUNT

money

false

0

The average gift amount, in organization currency, related to renewals received for the membership renewal effort.

ORGANIZATIONCOSTPERRENEWAL

money

false

0

The cost per renewal, in organization currency, for the membership renewal effort.

Indexes
Index Name Field(s) Unique Primary Clustered

IX_MKTMEMBERSHIPMAILINGACTIVE_BASECURRENCYID

BASECURRENCYID

False

False

False

IX_MKTMEMBERSHIPMAILINGACTIVE_DATEADDED

DATEADDED

False

False

True

IX_MKTMEMBERSHIPMAILINGACTIVE_DATECHANGED

DATECHANGED

False

False

False

PK_MKTMEMBERSHIPMAILINGACTIVE

ID

True

True

False

Triggers
Trigger Name Description

TR_MKTMEMBERSHIPMAILINGACTIVE_AUDIT_UPDATE

TR_MKTMEMBERSHIPMAILINGACTIVE_AUDIT_DELETE

TR_MKTMEMBERSHIPMAILINGACTIVE_IU_ORGANIZATIONAMOUNTS