<showsentadhocnotifications>

Renders a button in Ad Hoc Alerts that displays the Ad Hoc Alerts that were sent from a board using the <openAdhocNotificationTemplate> tag.

  • This tag requires WebEOC Nexus 10.5 and later, WebEOC Nexus SaaS 2.5 and later, and Ad Hoc Alerts.

  • This tag only renders a button for positions that have access to Ad Hoc Alerts.

  • This tag with the filter record does not render a button when a record is created in an Input or List view while it is outside the <eocRepeatAllRecords> tag.

<showsentadhocnotifications> attributes
Attribute Allowed Values Requirements Description

filter

(record|table|board)record

Implied

The filter type. The following types are available:

  • Record

  • Table

  • Board

id

Text

Optional

The HTML ID attribute for the button.

label Text Optional The text that appears on the button.
button-class Text Optional The CSS class identifiers for the button.

Examples

This tag can be used to filter all Ad Hoc Alerts sent from a board record.

Example: Filters all Board Notifications

Copy Code
<showSentAdhocNotifications filter="table" label="Show All Sent Table Ad-hoc notifications" />

Example: Filters all Table Notifications

Copy Code
<openAdhocNotificationTemplate label="Select notification type:">

Example: Filters all Record Notifications inside a Display or Input View while You are Editing an Existing Record

Copy Code
<showSentAdhocNotifications label="Show All Sent Record Ad-hoc notifications" />

Example: Filters all Record Notifications inside a List View

Copy Code
<eocrepeatallrecords>
<showSentAdhocNotifications label="Show All Sent Record Ad-hoc notifications" />
</eocrepeatallrecords>