# SolutionCategoryFolders
- Catalog: `Freshdesk`
- Schema: `Views`
This is a read-only view. The Freshdesk API may not support changing the data or the Invantive UniversalSQL driver for Freshdesk does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the Freshdesk API.
## View Columns
The columns of the view `SolutionCategoryFolders` are shown below. Each column has an SQL data type.
| Name | Data Type | Label | Required | Documentation |
|---|:---:|---|:---:|---|
| `scr_created_at` | `datetime` | Created at | ☐ | Date/time at which the record was created. |
| `scr_description` | `varchar2` | Description | ☐ | |
| `scr_id` | `int64` | ID | ☐ | |
| `scr_name` | `varchar2` | Name | ☐ | |
| `scr_updated_at` | `datetime` | Updated at | ☐ | Date/time at which the record was last updated. |
| `scr_visibility` | `int64` | Visibility | ☐ | |
| `scy_created_at` | `datetime` | Created at | ☐ | Date/time at which the record was created. |
| `scy_description` | `varchar2` | Description | ☐ | Description. |
| `scy_id` | `int64` | ID | ☐ | Unique ID of the solution category. |
| `scy_is_default` | `char` | Is Default | ☐ | Whether the category is a default category. |
| `scy_name` | `varchar2` | Name | ☐ | Name of the solution category. |
| `scy_position` | `int64` | Position | ☐ | Rank of the solution category in the category listing. |
| `scy_updated_at` | `datetime` | Updated at | ☐ | Date/time at which the record was last updated. |