Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ACTIVITY_CATEGORY_ID | int | 4 | null |
|
|
The activity category ID |
||||||||||||||||||||||||||
| ACTIVITY_CATEGORY_NAME | varchar | 80 | √ | null |
|
|
The activity category name |
|||||||||||||||||||||||||
| DEFAULT_REVENUE_GLACCOUNT_ID | int | 4 | √ | null |
|
|
The default revenue GL account ID for activities of this category |
|||||||||||||||||||||||||
| DEFAULT_EXPENSE_GLACCOUNT_ID | int | 4 | √ | null |
|
|
The default expense GL account ID for activities of this category |
|||||||||||||||||||||||||
| DEFAULT_EXPENSE_OFFSET_GLACCOUNT_ID | int | 4 | √ | null |
|
|
The default expense offset GL account ID for activities of this category |
|||||||||||||||||||||||||
| MAX_CLASSES_PER_DAY | int | 4 | √ | null |
|
|
The maximum classes per day for activities of this category |
|||||||||||||||||||||||||
| MAX_CLASSES_PER_WEEK | int | 4 | √ | null |
|
|
The maximum classes per week for activities of this category |
|||||||||||||||||||||||||
| HIDE_ON_INTERNET | varchar | 5 | √ | null |
|
|
Whether this activity category should be hidden from use online (Yes/No) |
|||||||||||||||||||||||||
| LINK_INTEREST_LIST | varchar | 5 | √ | null |
|
|
Whether this activity category should link to an interest list (Yes/No) |
|||||||||||||||||||||||||
| SHOW_ON_CAPTIVATE_APP | varchar | 5 | √ | null |
|
|
Whether this activity category should be shown on the ACTIVE Net Captivate App (Yes/No) |
|||||||||||||||||||||||||
| ALLOW_IGNORE_SCHEDULE_CONFLICT | varchar | 5 | √ | null |
|
|
Whether users should be allowed to ignore schedule conflicts for this activity category (Yes/No) |
|||||||||||||||||||||||||
| ALLOW_IGNORE_CATEGORY_SCHEDULE_CONFLICT | varchar | 5 | √ | null |
|
|
Whether users should be allowed to ignore schedule conflicts except for conflicts in the same activity category (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 |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| ACTIVITY_CATEGORIES_ACTIVITY_CATEGORY_ID_ORG_ID_PK | Primary key | Asc/Asc | ACTIVITY_CATEGORY_ID + ORG_ID |
| ACTIVITY_CATEGORIES_DEFAULT_EXPENSE_GLACCOUNT_ID_IX | Performance | Asc | DEFAULT_EXPENSE_GLACCOUNT_ID |
| ACTIVITY_CATEGORIES_DEFAULT_EXPENSE_OFFSET_GLACCOUNT_ID_IX | Performance | Asc | DEFAULT_EXPENSE_OFFSET_GLACCOUNT_ID |
| ACTIVITY_CATEGORIES_DEFAULT_REVENUE_GLACCOUNT_ID_IX | Performance | Asc | DEFAULT_REVENUE_GLACCOUNT_ID |
| ACTIVITY_CATEGORIES_ROW_VERSION_IX | Performance | Asc | ROW_VERSION |