Data Quality/Cleanup: Querying Save Blocked Records #8405
bronwyncombs
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Records with a save block in Specify have one or more fields with a quality issue. No other modifications can be made to the record until the save-blocker issue is resolved.
Save can be blocked due to:
Currently, records with a save block can be identified only by seeing that the Save button is red when viewing the full record. This means that there is no straightforward way to know how many records have a quality issues or what the most prevalent quality issue is. The capacity to resolve any data quality issues across records in Specify is also very limited since there is no way to efficiently find and effectively group save block records.
Solution:
Enable returning all save block records in query builder. Then, all save-blocking data issues can be easily found and corrected. Data cleanup can be tracked in statistics if desired.
This might be done by adding an isSaveBlocked field for each table level so users can add isSaveBlocked=true condition. I could also see it achieved through its own table (similar to spAuditLog, i.e., SpDataQuality) that can be queried on to return all save block records and get filtered by table from there.
All reactions