wfJumpMessage

Defines a message that will be included in the notification e-mail that is sent to users when a jump is entered.

  • If no message is specified, the e-mail message will include only the information in the e-mail template.

  • The jump message can include Idoc Script, which must be executed using the eval function. For example:

    <$eval(dDocName)$> is ready for your review.
    

Type and Usage

Output

Returns the message as a string.

Example

The following code includes the message This is the message text in the e-mail message that notifies users upon jump entry:

<$wfSet("wfJumpMessage","This is the message text")$>

See Also