AllowReview

Checks if the current user is allowed to approve or reject the current workflow item.

Type and Usage

Output

  • Returns TRUE if the user is a reviewer for the current workflow step.

  • Returns FALSE if the user is not a reviewer for the current workflow step.

Example

Displays Approve and Reject buttons if the user is a reviewer:

<$if AllowReview$>
    <$include workflow_doc_action_buttons$>
<$endif$>