Add a Fire Notification Action

You add a Fire Notification action to display a notification to the user in the web browser.

There are four types of notifications: Info, Error, Warning, and Confirmation. They display a summary and a message underneath:
Description of jsac-notification-types.jpg follows
Description of the illustration jsac-notification-types.jpg

To use a Fire Notification action:

  1. Add the action in one of three ways, depending on your preference and where you want it added:
    • Drag the action from the Actions palette onto the canvas, dropping the action either at the bottom edge of the action it is to follow, or at the top edge of the action it is to precede.
    • Double-click the action in the Actions palette to add it to an empty canvas or to the end of an action chain.
    • On the canvas, select the action you want the new action to follow, then double-click the new action in the Actions palette.


  2. Update the ID field in the Properties pane to make the action more identifiable.
  3. Enter a summary of the notification in the Summary field.
  4. Enter the message you want to display in the Message field.

    The message can be a static string (The name was updated.) or it can contain variables ({{ 'Could not create new Contacts: status ' + $chain.results.createContacts.payload.status }}).

  5. For Display Mode, choose how the notification is dismissed: Transient — goes away after a few seconds, or Persist — stays until the user closes it.
  6. Select a Notification Type to specify the look of the notification window.

For API information about this action, see Fire Notification Event in the Oracle Visual Builder Page Model Reference.