New Job_BOM_Default Table (in FI_Data_2)
- Last UpdatedDec 18, 2018
- 1 minute read
|
Field |
Datatype |
PK |
Nulls? |
Description |
|---|---|---|---|---|
|
item_id |
string40 |
Y |
N |
Identify item |
|
ent_id |
int32 |
Y |
N |
Identify entity to/on which job is scheduled or run |
|
bom_pos |
int32 |
N |
N |
Identify BOM position to assign when importing a job_bom record without it |
|
storage_ent_id |
int32 |
N |
Y |
Identify storage entity to use for good production when starting a job |
|
reject_ent_id |
int32 |
N |
Y |
Identify storage entity to use for reject production when starting a job |
|
last_edit_comment |
string254 |
N |
Y |
Why this record was changed |
|
last_edit_by |
string40 |
N |
N |
Who last changed this record |
|
last_edit_at |
tdatetime |
N |
N |
When this record was last changed |
|
row_id |
ID 0 |
N |
N |
Unique row identifier, for audit trail |
FK from item_id to item. (Cascade delete)