Oracle Workflow Guide Release 2.6.2 Part Number A95265-02 |
|
|
|
|
|
|
|
|
Previous |
Next |
|
Contents |
Index |
Glossary |
#HIDE_REASSIGN Attribute
You can use a special message attribute or notification attribute with the internal name #HIDE_REASSIGN to hide the Reassign button in the Notification Detail web page. When users view a notification from their Worklist web page, the response frame in the Notification Detail page includes the Reassign button by default. If you want to prevent users from reassigning a notification, you can add the #HIDE_REASSIGN attribute to control whether the Reassign button is displayed or hidden.
The #HIDE_REASSIGN attribute must be of type text. To hide the Reassign button, set the value of this attribute to Y. To display the Reassign button, set the value to N.
- If you always want to hide the Reassign button for notifications using a particular message, specify the value Y as a constant.
- If you only want to hide the Reassign button in certain cases, specify an item type attribute as the value. Then include logic in your workflow process that dynamically determines at runtime whether the button should be hidden or displayed and sets the item type attribute to Y or N, respectively.
See Also
To Define a Message Attribute
To Reassign a Notification to Another User
Copyright © 2002 Oracle Corporation.
All Rights Reserved.