Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| UPLOADED_FILE_ID | int | 4 | null |
|
|
The ID of the uploaded file |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| DISPLAY_NAME | varchar | 50 | √ | null |
|
|
The display name of the uploaded file if one was provided, otherwise contains a system-generated value |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| CONTENT_TYPE | varchar | 100 | √ | null |
|
|
The content type of the uploaded file |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| FILE_SIZE_BYTES | int | 4 | √ | null |
|
|
The size of the uploaded file in bytes |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| HREF_TEXT | varchar | 100 | √ | null |
|
|
The text that should be displayed when presenting the file as a clickable web site link |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| CUSTOMER_ID | int | 4 | √ | null |
|
|
The ID of the customer that the uploaded file is related to |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| CUSTOMER_NAME | varchar | 511 | null |
|
|
The name of the customer that the uploaded file is related to |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| FILE_EXTENSION | varchar | 50 | √ | null |
|
|
The file extension of the uploaded file |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| USE_AS_MAP_ICON | varchar | 5 | √ | null |
|
|
Whether the uploaded file is an image and can be used as a map icon (Yes / No) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| IMAGE_WIDTH | int | 4 | √ | null |
|
|
The image width if the uploaded file is an image |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| IMAGE_HEIGHT | int | 4 | √ | null |
|
|
The image height if the uploaded file is an image |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| UPLOADED_BY_SYSTEMUSER_ID | int | 4 | √ | null |
|
|
The ID of the system user who uploaded the file |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| UPLOADED_BY_SYSTEM_USER_NAME | varchar | 511 | null |
|
|
The name of the system user who uploaded the file |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| UPLOADED_DATE_TIME | datetime | 16,3 | √ | null |
|
|
The date and time that the file was uploaded |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ENABLE_FOR_INSTRUCTOR_EMAIL_ATTACHMENT | varchar | 5 | √ | null |
|
|
Whether the uploaded file can be selected as an email attachment for instructor emails (Yes / No) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| SITE_ID | int | 4 | √ | null |
|
|
The ID of the site that the uploaded file is specific to |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| SITE_NAME | varchar | 255 | √ | null |
|
|
The name of the site that the uploaded file is specific to |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| FILE_NAME | varchar | 200 | √ | null |
|
|
The file name of the uploaded file if applicable |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 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 |