Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| TEAM_CONTACT_ID | int | 4 | null |
|
|
The team contact ID |
|||||
| LEAGUE_ID | int | 4 | √ | null |
|
|
The ID of the league that the team belongs to |
||||
| LEAGUE_NAME | varchar | 50 | √ | null |
|
|
The name of the league that the team belongs to |
||||
| ACTIVITY_ID | int | 4 | √ | null |
|
|
The ID of the activity that the team is enrolled in |
||||
| ACTIVITY_NAME | varchar | 100 | √ | null |
|
|
The name of the activity that the team is enrolled in |
||||
| ACTIVITY_NUMBER | varchar | 20 | √ | null |
|
|
The number of the activity that the team is enrolled in |
||||
| TEAM_ID | int | 4 | √ | null |
|
|
The ID of the team that the contact belongs to |
||||
| TEAM_NAME | varchar | 60 | √ | null |
|
|
The name of the team that the contact belongs to |
||||
| CUSTOMER_ID | int | 4 | √ | null |
|
|
The ID of the customer who is the contact |
||||
| CUSTOMER_NAME | varchar | 511 | √ | null |
|
|
The name of the customer who is the contact |
||||
| COMPANY_ID | int | 4 | √ | null |
|
|
The ID of the company who is the contact |
||||
| COMPANY_NAME | varchar | 255 | √ | null |
|
|
The name of the company who is the contact |
||||
| CONTACT_TYPE_ID | int | 4 | √ | null |
|
|
The ID of the contact type |
||||
| CONTACT_TYPE_NAME | varchar | 50 | √ | null |
|
|
The name of the contact type |
||||
| IS_ONLINE_ADMINISTRATOR | varchar | 5 | √ | null |
|
|
Whether the team contact can administer the team information online (Yes/No) |
||||
| SHOW_ONLINE | varchar | 5 | √ | null |
|
|
Whether the team contact should be displayed online (Yes/No) |
||||
| SHOW_CONTACT_INFO_ONLINE | varchar | 5 | √ | null |
|
|
Whether the team contact’s contact information should be displayed online (Yes/No) |
||||
| CAN_ROLLOVER_TEAM_ONLINE | varchar | 5 | √ | null |
|
|
Whether the contact can roll-over the team information online (Yes/No) |
||||
| RECEIVE_PLAYER_ENROLLMENT_EMAILS | varchar | 5 | √ | null |
|
|
Whether the contact should receive an email as each team member enrolls (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 |