job_step_file
- Last UpdatedNov 20, 2024
- 1 minute read
The job_step_file table provides the ability to override job step files for specific job instances. It gets a copy of oper_step_file data (if any) when the job is instantiated.
|
Field |
Datatype |
PK |
Nulls? |
Description |
|---|---|---|---|---|
|
wo_id |
string40 |
Y |
N |
Identify work order |
|
oper_id |
string40 |
Y |
N |
Identify operation |
|
seq_no |
int32 |
Y |
N |
Identify row in job table |
|
step_no |
int32 |
Y |
N |
Identify step |
|
assoc_file |
string254 |
Y |
N |
The path and file name of the file associated with the job step. |
|
assoc_file_type |
string254 |
N |
N |
The file type of the file that is associated with the job step. This value is entered internally, based on the file extension of the file specified in the assoc_file field. |
|
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 |
|
row_id |
ID 1 |
N |
N |
Unique row identifier, for audit trail. |
FK from wo_id, oper_id, seq_no, step_id to job_step. (Cascade delete)