There are 4 indicator in form
Filled
Not Filled
Warning
Error
Dept and Sample ID Validation
- Depth must not be empty and must be unique within the same Hole ID.
- Empty or duplicate depth values are not allowed because they can cause inconsistencies in data alignment
- Sample ID must also be unique.
- Duplicate Sample IDs are not permitted to ensure each measurement record can be accurately traced to a specific sample.
When this rule is violated:
- The corresponding cell (Depth or Sample ID) will be highlighted in red.
- An error message will appear in the Console Log.
- The record cannot be saved until the issue is corrected
Example
If two records have the same Sample ID or Depth value, the system will block the entry and display an error message.