job_exec_storage_exec_link
- Last UpdatedNov 20, 2024
- 1 minute read
The job_exec_storage_exec_link table allows the set of eligible storage entities for production and consumption to vary by entity. Both apply_to_cons and apply_to_prod cannot be No or the record would be deleted.
|
Field |
Datatype |
PK |
Nulls? |
Description |
|---|---|---|---|---|
|
ent_id |
int32 |
Y |
N |
Identify entity running the job |
|
storage_ent_id |
int32 |
Y |
N |
Identify storage entity |
|
apply_to_cons |
logical |
N |
N |
Is storage entity OK to supply consumption? Default = Yes. |
|
apply_to_prod |
logical |
N |
N |
Is storage entity OK to receive production? Default = Yes. |
|
last_edit_comment |
string254 |
N |
Y |
Reserved for internal use to indicate 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 1 |
N |
N |
Unique row identifier, for audit trail |
FK from storage_ent_id to storage_exec. (Cascade delete)