# service-service-orders-id-update

# Service Order – Update View

**Module:** Service  
**Screen Type:** Update View  
**URL:** `/^service/service-orders/<pk>/update/`  
**Model:** ServiceOrder  
**Record Name:** Service Order  
**Plural Name:** Service Orders  

---

## 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_ |
| Service Order # | Text | A serivce order's friendly name, used to identify the transaction in receipts, reports, and searches |
| Customer | Relationship (single) (optional) | _TODO_ |
| Equipment | Relationship (single) (optional) | _TODO_ |
| Status | Relationship (single) (optional) | _TODO_ |
| Type | Relationship (single) (optional) | If your service department tracks work by category, use this field to record it |
| Warehouse | Relationship (single) (optional) | The physical location from which inventory items for this service order are sourced |
| Memo | Long text (optional) | Use this field to store internal notes about this service order. |
| Service Date | Date (optional) | The date and time that this service order was started |
| Mileage/Hours | Number (decimal) (optional) | Record the equipment mileage, hours, or other time tracking metric |
| Edit Locked | Yes/No | _TODO_ |
| Converted | Yes/No | Marks this service order as conerted to an invoice and completed |

## 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-service-orders](https://help.brisksystems.us/books/brisk-documentation/page/service-service-orders)
- **Create View** — [service-service-orders-create](https://help.brisksystems.us/books/brisk-documentation/page/service-service-orders-create)
- **Detail View** — [service-service-orders-id](https://help.brisksystems.us/books/brisk-documentation/page/service-service-orders-id)

---

## Advanced Notes
_TODO_