# service-equipment-create

# Equipment – Create View

**Module:** Service  
**Screen Type:** Create View  
**URL:** `/^service/equipment/create/`  
**Model:** Equipment  
**Record Name:** Equipment  
**Plural Name:** Equipment  

---

## What This Screen Is For
_TODO: Explain what this screen does in plain language._

---

## What You See on This Screen
📸 _Add a screenshot of this screen._

## Fields on This Screen

| Field | Type | Description |
|------|------|------------|
| Last Modified At | Date & time | _TODO_ |
| Last Modified By | Relationship (single) (optional) | _TODO_ |
| Unit Number | Text (optional) | Enter the number or name used internally by your business to identify this equipment |
| Customer | Relationship (single) | _TODO_ |
| Category | Relationship (single) (optional) | Sets the class or category of this equipment |
| Description | Text (optional) | A short description or name of the equipment |
| Status | Relationship (single) (optional) | Use this field to track the status of a piece of equipment |
| Make | Relationship (single) (optional) | Use this field to record the make of the euqipment |
| Model | Text (optional) | Use this field to record the model or model number of this equipment |
| Serial | Text (optional) | Enter the equipment serial number for ease of finding it in the future |
| Mileage/Hours | Number (decimal) (optional) | Record the equipment mileage, hours, or other time tracking metric |
| Notes | Long text (optional) | Use this field to store internal notes about this equipment. |

## System Fields (Managed Automatically)

⚙️ These fields are managed by the system and usually do not need to be edited.

| Field | Type | Description |
|------|------|------------|
| Id | Auto number (ID) | _TODO_ |
| Created At | Date & time | _TODO_ |
| Created By | Relationship (single) (optional) | _TODO_ |
| Custom Fields | Extra Fields JSONField | _TODO_ |
| Deleted At | Date & time (optional) | _TODO_ |

---

## Common Tasks
- _TODO_

---

## Tips & Helpful Hints
💡 _TODO_

---

## Who Uses This Screen
- _TODO_

## Related Screens

- **List View** — [service-equipment](https://help.brisksystems.us/books/brisk-documentation/page/service-equipment)
- **Detail View** — [service-equipment-id](https://help.brisksystems.us/books/brisk-documentation/page/service-equipment-id)
- **Update View** — [service-equipment-id-update](https://help.brisksystems.us/books/brisk-documentation/page/service-equipment-id-update)

---

## Advanced Notes
_TODO_