Fields provide the structure for you to implement your "data model" in TrackVia. Your data model is simply the way you describe each item tracked in the database by its characteristics.
For example, your data model to track an employee would include appropriate fields to track the person's name (text field), department (drop-down list field), start date (date field), social security number (encrypted SSN field), email address (email field), etc.