# management-salespeople-id-update

# Salesperson – Update View

**Module:** Management  
**Screen Type:** Update View  
**URL:** `/^management/salespeople/<pk>/update/`  
**Model:** Salesperson  
**Record Name:** Salesperson  
**Plural Name:** Salespeople  

---

## 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_ |
| First Name | Text | _TODO_ |
| Last Name | Text | _TODO_ |
| Address Line 1 | Text | _TODO_ |
| Address Line 2 | Text | _TODO_ |
| City | Text | _TODO_ |
| State | Text | _TODO_ |
| Zip | Text | _TODO_ |
| Primary Phone | Text | _TODO_ |
| Secondary Phone | Text | _TODO_ |
| Fax | Text | _TODO_ |
| Email | Text | _TODO_ |
| Employee | Relationship (one-to-one) (optional) | Link this salesperson to an employee record |
| Enable Commission | Yes/No | Disabling this option will stop this salesperson from earning any commission |
| Payable Account | Relationship (single) (optional) | Sets the GL account to which this commission payable transactions post for this salesperson |
| Expense Account | Relationship (single) (optional) | Sets the GL account to which this commission expense transactions post for this salesperson |

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

---

## Advanced Notes
_TODO_