Some biskits have a built-in reminder mechanism. Depending on which Exprodo program you are using and which modules are loaded, you may have no such biskits, or you may have one or many. When faced with these built-in reminders, a user is typically offered the option of whether or when to have a reminder, but not what the content of the reminder should be. The content is automatically generated without any customisation. However, it will then trigger a Reminder Workflow Event which provides an opportunity for customising the content of the reminder, should you wish to do so.

Event Properties

As well as the standard properties that can be set on all events, the following properties can be set on this type of event:

 

Property

Description

Reminder for BiskitDef

This is the BiskitDef of the biskit whose reminders you wish to customise.

 

 

Properties Available for Child Actions To Use

The following properties are available for use in any child or descendant action:

 

Property

Description

biskit

This is the biskit that is being reminded about.

email

This biskit specifies what will be sent as the reminder. It will be populated with the standard reminder content before the event is triggered so that you only have to modify any parts of it that you want to customise.

 

The email biskit contains the following properties, any of which you can modify:

Property

Type

Description

subject

String

The subject of the email

content

String

The body of the email (plain text and not HTML formatted)

from

String

The email this appears to come from

replyTo

String

The email address replies should be sent to

to

Set of String

A set of raw email addresses to send the email to

cc

Set of String

A set of raw email addresses to copy the email to

bcc

Set of String

A set of raw email addresses to blind copy the email to

priority

Int

The priority of the email

toUsers

Set of biskits of type ExprodoUser

A set of the users to send the email to

ccUsers

Set of biskits of type ExprodoUser

A set of the users to copy the email to

bccUsers

Set of biskits of type ExprodoUser

A set of the users to blind copy the email to