Field
You might say
Each quote should record client name, amount, date, and status—just these four, nothing more for now.
A field is one standalone piece of information in a record, such as client name, amount, or date.One client quote consists of four fields: client name, amount, status, and date. Before building a tool, splitting "what I want to record" into a field list matters more than sketching pages: the list drives the form, the list view, and validation. The field is the information itself; the input is just the control for filling it in.
Know first
Further reading