A Toast Notification is a lightweight status message that appears in the upper right of the screen without interrupting the userโs workflow.
What the Action Does
When triggered, the Show Toast Notification action displays a toast message:
The toast appears in the top-right of the screen
Toast includes:
A visual style and icon based on notification type
A short message (up to 120 characters)
An optional navigation link to take the user to a specific screen
Toast auto-dismisses after 8 seconds
Multiple toasts stack vertically (newest on top)
๐ Note:
This action is not supported in App Routines. If copied into an App Routine, it will be flagged as unsupported (similar to Show Message behavior)
External URLs and non-Method navigation are not supported
Parameters
Description | |
Notification Type |
|
Message text | Text message for the toast notification. |
Include Navigation button | Include a link with the notification. |
Button text | Text for the above link. |
Navigate to | App and Screen to navigate to. |
Set a screen Active Record ID | See next section. |
Set a Screen Active RecordID
When navigating to the new screen, there are two choices for setting the Screen Active Record ID.
Set Active RecordID: set Screen Active Record ID to a specific value. Normally used to edit a record.
Clear screen: clear the Screen Active Record ID for a new entry.
Depending on the choice, options will change. For more information on the Screen Active Record ID, see the article "Set Active Record ID for Screen Action".
Set Active RecordID
Use this Active RecordID: choose the Record ID to put into the Screen Active Record ID. This is often used when a row is clicked on a grid, and this action is used to take them to a screen where they can edit that record.
Clear screen: Set the default of the Screen Active Record ID to its default, -1, normally indicating a new entry, or it is not being used.



