Skip Headers
Oracle Workflow Developer's Guide
Release 2.6.3
Part Number B10284-02 |
|
|
|
|
|
|
|
|
Previous |
Next |
|
Contents |
Index |
Glossary |
To Define a Form Attribute
2. The default value must be entered using the following format:
function_name:arg1=value1 arg2=value2 ...argN=valueN
The value of argN can be a text string, enclosed in quotes (" ") or can be token substituted with another item type attribute in any of the following ways, where &item_attr represents the internal name of the item type attribute:
Note: If you are defining a message attribute of type Form, you can also include a special token in your argument string called &#NID which Oracle Workflow substitutes with the notification ID of the runtime notification.
3. If your form attribute contains an argument string, you must adhere to the following restrictions:
- You cannot token substitute the value of argN with another item attribute of type Document.
- You can token substitute the value of that argument string with another Form attribute or URL attribute, however, the argument string for the other attribute is not further token substituted.
4. Choose OK when you are done.
Copyright © 2003 Oracle Corporation.
All rights reserved.