Define field types
Custom Field Types focuses on custom field types, data validation rules, input required flags, and layout display choices. 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, a systems admin creates a dropdown selector, configures value validation, and sets the field as required.
Field configuration path
Type
Select custom field type (e.g. text, select list, checkbox).
Validation
Define regex formats or option select limits.
Required
Set field as mandatory or optional at runtime.
Publish
Lock definition and add column to target UI views.
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.