New Last_Sample_No Table (in FI_Data)
- Last UpdatedDec 18, 2018
- 1 minute read
Records the last ordinal number used for the name of a sample for a given template and instance. This is an internally-maintained table not directly modified via user actions.
|
Field |
Datatype |
PK |
Nulls? |
Description |
|---|---|---|---|---|
|
sample_name_template |
string80 |
Y |
N |
Same as the sample_name field of the sample_plan table that was used as a template to generate a sample name. |
|
sample_name_instance |
string80 |
Y |
N |
The name of the last sample (not including sample_to_go records) generated using this template, without the ordinal number. If the sample name consists of nothing but the ordinal number, a hyphen (0x2D) is used here. |
|
current_sample_no |
int32 |
N |
N |
The last ordinal number used to name a sample (not including sample_to_go records) |
|
last_edit_at |
tdatetime |
N |
N |
When this record was last changed |