<notificationrecipientspickerdetails>
Displays a button that opens a dialog showing only selected recipients and their count.
| Attribute | Allowed Values | Requirements | Description |
|---|---|---|---|
|
name |
CDATA |
Required |
Assigns a name for the underlying SQL column that stores the selected recipients. |
|
button-text |
Text |
Optional |
Assigns a label to the button. If no value is provided, the label text defaults to "View". |
| showUsers |
Boolean |
Optional |
Determines whether the Recipients tab is displayed. The default value is "true". |
| showPositions |
Boolean |
Optional |
Determines whether the Positions tab is displayed. The default value is "true". |
| showNotificationGroups |
Boolean |
Optional |
Determines whether the Notification Groups tab is displayed. The default value is "true". |
| showGroups |
Boolean |
Optional |
Determines whether the Groups tab is displayed. The default value is "true". |
| showOrganizations |
Boolean |
Optional |
Determines whether the Organizations tab is displayed. The default value is "true". |
|
showTotalRecipients |
Boolean |
Optional |
Determines whether the Total Recipients tab is displayed. The default value is "true". |
Example
<notificationRecipientsPickerDetails name="recipients_to_notify" button-text="customText"/>