Scan stale definitions
Custom Field Cleanup focuses on identifying stale field definitions, broken options lists, restoring setups, and executing force purges. In AWRA, custom fields and configuration parameters allow tenants to adapt database tables to unique business operations without breaking data structure.
The primary objective is database stability and change control. Configuration admins should test definitions and validation rules before wide deployment.
In practice, an admin scans the settings index, deactivates a stale field, and executes a force delete approval.
Field cleanup path
Scan
Analyze custom field usage logs and column storage.
Flag
Identify stale definitions or broken options lists.
Deactivate
Soft-delete configuration and archive values.
Purge
Trigger force delete approvals to clean database tables.
Configuration model
- Custom field definitions modify active database schemas.
- Input validation rules protect data value format and type.
- Settings overrides require security controls and approvals.
- Always verify template layouts before run-time value imports.