queue_wo_attr
- Last UpdatedNov 12, 2024
- 1 minute read
The queue_wo_attr table displays as columns all the work order attributes to be visible in a job queue grid, for each job. This table initially has one column, the wo_id, with an additional pair of columns being added whenever visible_in_queue is set to Yes for a work order attribute or whenever a work order attribute is created with this set to Yes. A pair of columns is removed whenever visible_in_queue is set to No for a work order attribute or whenever a work order attribute with this set to Yes is deleted. A row is added whenever a new work order record is created.
|
Field |
Datatype |
PK |
Nulls? |
Description |
|---|---|---|---|---|
|
queue_wo_wo_ |
string40 |
Y |
N |
Identify work order whose attributes are to be displayed in the queue |
|
attr<attr_id> |
string80 |
N |
Y |
Value of the work order attribute whose ID is the numeric part of the field name following "attr_id" |
|
attr<attr_id>d_h |
string80 |
N |
N |
Description of the attribute whose ID is the numeric part of the field name following "attr" and preceding "d_h". This will be the same for every row. |
|
... |
string80 |
N |
Y |
(additional pairs of rows per above, one for every work order attribute where "visible_in_queue" is Yes) |
|
... |
string80 |
N |
N |
FK from queue_wo_wo_id_h to wo. (Cascade delete)