GM - kanban Board

Documentation

GridMate’s Kanban Board component is a highly customizable tool designed to enhance workflow management. It allows users to track progress and perform quick updates without navigating away from the page. This component is ideal for managing tasks in a visual format, making it easier to interact with data in one place.

Use case: Display opportunity kanban board based on the opportunity object. see GM - Kanban Board

Currently, the Kanban board supports only quick action and calling a flow.

Specification

Property
Type
Description

Custom Label

String

Set the label of the kanban.

Custom Icon

String

Customize the kanban icon. All lightning icons are supported.

Object Name

String

The name of the object to display (e.g., Opportunity).

Target Object Name

String

The name of the object to display if the kanban is shown on a record page.

Stage Field

String

The stage field to use for the kanban.

Stage Values

String

JSON string defining the subset of stage values to use within the kanban.

Title Field

String

The title field to use for each kanban card's title.

Object Fields

String

A comma-separated list of detail fields for the cards.

Row Limit

Integer

The maximum number of rows to fetch from the specified object.

Filter

String

JSON string defining filter criteria. Ex. {'StageName':'Needs Analysis'}.

Sort

String

The field list to sort the data.

Order

String

Ascending or descending order for sorting.

Enable Create Object

Boolean

Check to enable the creation of new objects from the kanban.

Enable Update Object

Boolean

Check to enable updates to existing objects.

Enable Mass Update

Boolean

Check to allow bulk updates to existing objects.

Enable Delete Object

Boolean

Check to allow deletion of objects from the kanban.

Enable Mass Delete

Boolean

Check to allow bulk deletion of objects.

Aggregate

String

JSON string to define aggregate fields. Ex. {'Amount':'sum'} to sum amounts of opportunities.

Actions

String

JSON string to initialize the list of available actions.

Show Actions as Buttons

Boolean

Use buttons for actions instead of icons.

Custom Visible Actions

Integer

Number of visible custom actions.

Record Actions

String

JSON string to initialize the list of available record actions.

Stage States

String

JSON Stage States configuration to control the behavior when the user move a card.

Popover Fields

String

Popover Fields to display

Popover Columns #

String

# Of Popover Columns

Card Coloring

String

JSON conditions for card coloring based on defined metrics.

Show Border

Boolean

Check this option to add a border to the kanban.

Density

String

Component density: comfy or compact.

Board Height

Integer

Set the board height in pixels.

API Reference

Last updated

Was this helpful?