# setup-notifications-id-update

# Notification – Update View

**Module:** Setup  
**Screen Type:** Update View  
**URL:** `/^setup/notifications/<pk>/update/`  
**Model:** Notification  
**Record Name:** Notification  
**Plural Name:** Notifications  

---

## 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_ |
| User | Relationship (single) | The user that this notification is for |
| Label | Text | The title or description of this notification |
| Body | Long text | The message delivered by this notification |
| Notification Link | Text (optional) | The destination that this notification will direct to |
| Dismissed | Yes/No | Once dismissed, this notification will be marked as read and will not be highlighted or contribute to the list of unread notifications |

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

---

## Advanced Notes
_TODO_