Oracle Workflow Administrator's Guide Release 2.6.3 Part Number B10283-02 |
Previous | Next | Contents | Index | Glossary |
Note: Password-based electronic signatures are currently supported only for the version of Oracle Workflow embedded in Oracle Applications.
The Workflow Password Signature Mail message has the following message attributes. The values are drawn from the message definition associated with a notification activity.
DUE_DATE | The date by which a response is required, specified in the notification activity. |
BODY | The text of the body defined in the message. |
NOTIFICATION | Required notification code used to identify the information in the notification. For notifications that require a password-based signature to be entered online, this notification code does not include the access key or node identifier information that would be needed for an e-mail response. |
COMMENT | Comments added by the sender or the forwarder. |
SENDER | The name of the sender of the message, as displayed in the From column in the Worklist. This attribute is not currently used. |
SUBJECT | The subject line defined in the message. |
HEADER | Standard header attributes and any custom header attributes defined to hold key information for the message. See: Header Attributes, Oracle Workflow Developer's Guide. |
HISTORY | Any previous requests for more information about the notification and the responses to those requests. |
The boilerplate text for a plain text message body is as follows:
Oracle Workflow Notification
&COMMENT
&HISTORY
____________________________________________________________
Response Instructions for &NOTIFICATION
This notification requires a password-based signature in your response. You cannot respond to this notification through e-mail. Please access the online version of the notification to submit your response.
____________________________________________________________
Notification Details:
&HEADER
&BODY
Due Date: &DUE_DATE
The boilerplate text for a HTML-formatted message body is as follows:
<HTML> <HEAD> <TITLE> Oracle Workflow Notification </TITLE> </HEAD>
<BODY BGCOLOR="#FFFFFF" >
<P>
<P><B><FONT SIZE=+1>&COMMENT</FONT> </B>
<P>&HISTORY
<P><B>This notification requires a password-based signature in your response. You cannot respond to this notification through e-mail. Please access the online version of the notification to submit your response.</B>
<P>&HEADER
<P>&BODY
<P>
</BODY>
</HTML>
See: Modifying Your Message Templates
See: #WF_SIG_POLICY Attribute, Oracle Workflow Developer's Guide
Previous | Next | Contents | Index | Glossary |