New Fileque Table (in FI_Data)
- Last UpdatedDec 18, 2018
- 1 minute read
|
Field |
Datatype |
PK |
Nulls? |
Description |
|---|---|---|---|---|
|
ent_id |
int32 |
Y |
N |
Identify entity (that can_do_DNC) |
|
seq_no |
int32 |
Y |
N |
Position in queue (0 = head) |
|
in_use |
logical |
N |
N |
Is the file currently being downloaded? Default = No. |
|
group_no |
int32 |
N |
N |
Other files with the same group_no are to be downloaded with this one. |
|
q_times |
int32 |
N |
N |
Number of times file should be downloaded; -1 if until canceled |
|
grp_order |
logical |
N |
N |
In a group, no if each file should be downloaded its number of times before moving on to the next file; yes (default) if each file in the group should be downloaded each time before starting over with the first file. |
|
path |
string254 |
N |
N |
File to be downloaded |
|
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. |