schemas-EntryColumn
Metadata describing a configurable entry column (dimension) for the sheet. Columns define what fields are available for entry (project, task, pay type, etc.).
Standard column identifier, also known as the "API name" for the column:
project- Project columncode0throughcode6- Code columns (task, pay type, bill type, etc.)comment- Primary text commenttext2,text3- Additional text fieldsgroup- Group column - rarely used as an entry column.user- User (for crew entry)
projectAlternative/legacy column identifier, also known as the internal "jtgui name" for the column:
h1- Projectdd1throughdd7- Dropdown codestb1throughtb3- Text boxesgrp1- Groupu1- User
h1The configurable display name (label) for the column.
ProjectDatabase table name for this column type. This table stores the primary selection values for this column.
projects- Projectscodes_tasks- Activity codescodes_pay_types- Pay type codescodes_bill_types- Bill type codes- Empty string for text columns
projectsDefault value ID for this column
p_d_1_1Display name of the default value
Customer XYZ: Implementation PhaseDisplay priority/order (higher = more important/displayed first)
12Whether this column is hidden from the user
falseTrue if this is the project column
trueTrue if this is a code/dropdown column (code0 through code6)
falseTrue if this is an open text entry column
false{
"column_id": "project",
"column_alt_id": "h1",
"name": "Project",
"table": "projects",
"default": "p_d_1_1",
"default_name": "Customer XYZ: Implementation Phase",
"priority": 12,
"hidden": false,
"is_project_column": true,
"is_code_column": false,
"is_text_column": false
}