f740bac988
Co-authored-by: Félix Malfait <felix.malfait@gmail.com> Co-authored-by: Félix Malfait <felix@twenty.com>
54 lines
2.2 KiB
Plaintext
54 lines
2.2 KiB
Plaintext
---
|
|
title: Kanban Views
|
|
info: "Learn how to customize and navigate Kanban Views."
|
|
image: /images/user-guide/kanban-views/kanban.png
|
|
sectionInfo: Discover how to use standard and custom objects in your workspace.
|
|
---
|
|
|
|
import { VimeoEmbed } from '/snippets/vimeo-embed.mdx';
|
|
|
|
<Frame>
|
|
<img src="/images/user-guide/kanban-views/kanban.png" alt="Header" />
|
|
</Frame>
|
|
|
|
## About Kanban Views
|
|
|
|
Kanban views visually map out process flows, where each column stands for a distinct stage and each card represents a record.
|
|
|
|
## Move Cards between Stages
|
|
|
|
You can move each card between stages as it goes through your workflow by dragging and dropping. To proceed, hold your click on a card and move it to the next stage.
|
|
|
|
<VimeoEmbed videoId="927888627" title="Video demonstration" />
|
|
|
|
## Add and delete stages
|
|
|
|
You can tailor your workflow to suit your needs using stages, which represent a value in a Select Field:
|
|
|
|
### Add Stages
|
|
|
|
To add a stage, access the Select field settings by navigating to Settings > Data Model, selecting your object, and then the field your Kanban board depends on.
|
|
|
|
<VimeoEmbed videoId="927890428" title="Video demonstration" />
|
|
|
|
### Remove Stages
|
|
|
|
To remove a stage, hover the stage name or the `⋮` icon, click `Edit from settings` in the Select field settings, and then click <b>Delete</b> next to the relevant stage.
|
|
|
|
<img src="/images/user-guide/kanban-views/edit-stage.png" style={{width:'100%'}}/>
|
|
|
|
## Display fields
|
|
|
|
You can configure your Kanban board to display some fields and hide others. To hide a field, click on <b>Options</b> on the top right, then on <b>Fields</b> to bring up the list of options. Hover the field you want to hide to bring up the `-` button. Click on it to hide the field.
|
|
|
|
You can also rearrange the order of fields by holding down the field name and dragging it to where you want it.
|
|
|
|
<img src="/images/user-guide/kanban-views/filter.png" style={{width:'100%'}}/>
|
|
|
|
## Compact View
|
|
|
|
You can also hide all the fields and get an overview of all the opportunities at a glance. To do so, click on <b>Options</b> on the top right and turn on the toggle for <b>Compact view</b> after selecting layout in Kanban view.
|
|
|
|
<img src="/images/user-guide/kanban-views/compact-view.png" style={{width:'100%'}}/>
|
|
|