enableNotificationDetails( )

Dynamically include or exclude the notification details in the notification email message. This function defaults to yes. If not specified in the rule expression, the details are included in the email message by default.

The notification details include the following information, specific to the subject and target item containing the rule:

  • Study Name
  • Study Mode
  • Site Name
  • Subject Number
  • Visit
  • Form
  • Question
  • Sequence Number (repeating form instance number, if present)
  • Date & Time of Notification

Syntax

enableNotificationDetails(option)

Parameters

option

Set to 'yes' to include the notification details (default).

Set to 'no' to exclude the notification details.

Return value

Returns null.

Example 3-101 Exclude the notification details from the notification email

// Exclude the notification details
enableNotificationDetails('no');
 
// The notification mail message is created without the notification header