item_state
- Last UpdatedNov 20, 2024
- 1 minute read
The item_state table stores user-configurable states and their colors for items.
|
Field |
Datatype |
PK |
Nulls? |
Description |
|---|---|---|---|---|
|
item_status_desc |
string80 |
N |
N |
Status description |
|
color |
int32 |
N |
N |
RGB background color |
|
pref |
int32 |
N |
N |
Lowest-numbered state takes precedence if multiple implied. >0, default = 1. No requirement that there are no gaps. |
|
last_edit_comment |
string254 |
N |
Y |
Reserved for internal use to indicate why this record was changed |
|
last_edit_by |
string40 |
N |
Y |
Who last changed this record |
|
last_edit_at |
tdatetime |
N |
N |
When this record was last changed |
|
item_status_cd |
ID 1 |
Y |
N |
Identifies status |
item_status_desc is UK.