Create Note
Run the Create Note action from a handler.
This action opens the Salesforce Content Note composer. It links the note to the card’s record.
Typical use cases include:
Adding quick meeting notes to an Opportunity
Capturing call summaries for a Contact
Writing internal comments related to a Case or custom object record

How It Works
When the element is clicked:
The handler runs.
The handler executes the Create Note action.
Salesforce opens the dockable Note composer.
The note is automatically associated with the record specified in the action parameters.
The user can enter note content and save it directly from the composer.
This provides a seamless way to capture important information while working within a Kanban board.
Handlers and actions
Handler: defines what happens when a user clicks a Kanban UI element.
Action: an executable operation triggered by the handler.
Primary action here:
Kanban API → Create Note.Optional follow-ups: configure extra actions on success or failure.
See Configuring Handlers.
Configuration
Configure the handler on the interactive element.
Primary action type
Kanban API
Primary action
Create Note
Action parameters See below.
Parameters
recordId
The Salesforce record Id that the created note will be related to.
Example:
Troubleshooting
Ensure that Content Notes are enabled in your Salesforce org.
To verify:
Go to Setup
Search for Notes Settings
Ensure Enable Notes (Content Notes) is turned on
If Content Notes are disabled, Salesforce will not allow the Note composer to open.
Last updated