MEMBERSHIP_AUDIT_LOG

0 rows


Description

Membership history

Columns

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

This membership history ID is for troubleshooting purposes

BEG_DATESTAMP datetime 16,3 null

The date and time the membership enters a status as a result of either a transaction or a manual change on the Membership Inquiry page

BEG_DATE_ONLY date 20 null

The date the membership enters a status as a result of either a transaction or a manual change on the Membership Inquiry page (date only)

END_DATESTAMP datetime 16,3 null

The date and time the membership exits a status as a result of either a transaction or a manual change on the Membership Inquiry page

END_DATE_ONLY date 20 null

The date the membership exits a status as a result of either a transaction or a manual change on the Membership Inquiry page (date only)

HISTORY_TRANSACTION_TYPE varchar 255 null

This indicates the origin or cause of the membership change:

0 None
1 Join
2 Transfer
3 Renew
4 Renew After Grace
5 Refund And Cancel
6 Refund
7 Fee Adjust
8 Modify
9 Pass Refund
20 Status Change
21 Becomes Effective
22 Becomes Suspended
23 Becomes Unsuspended
TRANSACTION_ID int 4 null
TRANSACTIONS.TRANSACTION_ID Defined in XML R

The transaction ID of the transaction type for the membership change.

MEMBERSHIP_ID int 4 null
MEMBERSHIPS.MEMBERSHIP_ID Defined in XML R

Membership ID

MEMBERSHIP_STATUS varchar 255 null

Membership status, including Pending, Active, Voided, Refunded, Renewing, Deferred Commit

DATE_EFFECTIVE date 20 null

The date when the membership became effective

DATE_EXPIRES date 20 null

The expiry date of the membership

MAX_USES int 4 null

For a punch card membership, this is the maximum number of uses for this membership (not the remaining number of uses)

AUTORENEWAL_TYPE varchar 255 null

The payment method selected for an auto-renewal membership

0 Not autorenewed
1 By credit card
2 By EFT
3 By manual deduction
4 By payment plan
PACKAGE_ID int 4 null
PACKAGES.PACKAGE_ID Defined in XML R

The ID of the membership package

PACKAGE_NAME varchar 255 null

Name of the membership package

PACKAGE_CATEGORY_ID int 4 null
PACKAGE_CATEGORIES.PACKAGE_CATEGORY_ID Defined in XML R

The ID of the package category

PACKAGE_CATEGORY_NAME varchar 50 null

Package Category Name

PACKAGE_RETENTION_ELIGIBLE int 4 null

Whether this package is a retention eligible package

PACKAGE_RETENTION_ELIGIBLE_YES_NO varchar 5 null

Whether this package is a retention eligible package.

PRIMARYMEMBERCUSTOMER_ID int 4 null
CUSTOMERS.CUSTOMER_ID Defined in XML R

The ID for the primary member

MEMBER_FIRST_NAME varchar 255 null

First name of the primary member

MEMBER_LAST_NAME varchar 255 null

Last name of the primary member

PRIMARY_MEMBER_EMAIL varchar 255 null

Emaild address of the primary member

MEMBER_SINCE_DATE date 20 null

The date when the customer purchased a valid membership

If the previous membership package expired, then the date when the customer purchased a new package is the new “Member Since Date”

DATE_SUSPEND_FROM date 20 null

The date when the membership was suspended

DATE_SUSPEND_TO date 20 null

The date when the membership’s suspension ended

SUSPENDED_REASON_ID int 4 null
REASONS.REASON_ID Defined in XML R

The Reason ID for the membership suspension

SUSPENDED_REASON varchar 50 null

The reason this package was suspended

CANCELLATION_DATE datetime 16,3 null

The date that the membership was either manually cancelled, or was scheduled for termination on.

CANCELLATION_DATE_ONLY date 20 null

The date that the membership was either manually cancelled, or was scheduled for termination on (date only)

CANCELLATION_REASON_ID int 4 null
REASONS.REASON_ID Defined in XML R

The Reason ID for the membership package termination

CANCELLATION_REASON varchar 800 null

The reason this package was cancelled

JOIN_TYPE varchar 22 null

Whether the sale of a new retention eligible membership constitutes a new join, or is considered to be reinstated because a prior retention eligible membership ended within the grace period. Other actions for a retention eligible membership will show as not applicable. (New Join / Reinstated / Not Applicable / Not Retention Eligible)

TERMINATION_TYPE varchar 22 null

Whether the expiry or cancellation of a retention eligible membership constitutes a termination, is considered to be recaptured as another retention eligible membership was purchased within the grace period, or is still pending termination as the grace period has not yet passed. Other actions for a retention eligible membership will show as not applicable. (Termination Pending / Terminated / Recaptured / Not Applicable / Not Retention Eligible)

VOIDED bit 1 null

Whether this transaction has been voided

VOIDED_YES_NO varchar 5 null

Whether this transaction has been voided.

SITE_ID int 4 null
SITES.SITE_ID Defined in XML R

The ID of the site to which this package belongs

SITE_NAME varchar 255 null

The name of the site to which this package belongs

SYSTEMUSER_ID int 4 null
SYSTEM_USERS.SYSTEMUSER_ID Defined in XML R

The ID of the system user who performed the membership change

SYSTEM_USER_FIRST_NAME varchar 255 null

First name of the system user

SYSTEM_USER_LAST_NAME varchar 255 null

Last name of the system user

WORKSTATION_ID int 4 null
WORKSTATIONS.WORKSTATION_ID Defined in XML R

The ID of the workstation where the membership change was made

WORKSTATION_NAME varchar 45 null

The name of the workstation where the membership change was made

CANCELLED_ON_DATE date 20 null

The last date that the membership was active and able to be used before it expired or was cancelled. If a cancellation results in a retroactive change to the final expiration date then the date the cancellation was processed is used here.

ACTIVE_HUB_KEY int 4 null

The Hub record ID

ORG_ID int 4 null

Your organization’s unique identifier in the Active Net system

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

TRANSFERRED_FROM_PACKAGE_ID int 4 null

For a Transaction Type of “Transfer”, the previous Package ID, otherwise 0.

TRANSFERRED_FROM_PACKAGE varchar 255 null

For a Transaction Type of “Transfer”, the previous Package Name, otherwise “Not Applicable.”

TRANSFERRED_FROM_SITE_ID int 4 null

For a Transaction Type of “Transfer”, the previous Site ID, otherwise 0.

TRANSFERRED_FROM_SITE_NAME varchar 255 null

For a Transaction Type of “Transfer”, the previous Site Name, otherwise “Not Applicable.”

source_id int 4 null

The ID value from the Active Net system

Relationships

View Definition


Possibly Referenced Tables/Views