enableNotificationDetails( )

在通知电子邮件消息中动态包括或排除通知详细信息。此函数的缺省值为 yes。如果未在规则表达式中指定,则默认情况下电子邮件消息中包括详细信息。

通知详细信息包括以下特定于包含规则的主题和目标项的信息:

  • 研究名称
  • 研究模式
  • 地点名称
  • 主体编号
  • 访问
  • 表单
  • 问题
  • 序号(重复表单实例编号,如果存在)
  • 通知日期和时间

语法

enableNotificationDetails(option)

参数

选项

设置为 'yes' 以包括通知详细信息(默认值)。

设置为 'no' 可排除通知详细信息。

返回值

返回空值。

示例 3-101 从通知电子邮件中排除通知详细信息

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