Skip to main content

Form Statuses and Actions

Form Status

  • P - Pending: these forms have been submitted or resubmitted or are somewhere along their approval path
  • R - Recycled: these forms have been recycled back to the initiator, who can update-and-resubmit, or withdraw
  • A - Authorized: these forms have been final-approved, but the data has not yet been written to PeopleSoft. (Forms that go to executed without IB will run through Authorized on the way to Executed.)
  • E - Executed these forms have been final-approved AND have reached the employee's record in job
  • I - In Error: these forms are in error status. The Integration Broker should be checked to see why it went into error.
  • H - On Hold: these forms were put on hold by the last approver working on it, as they were not yet ready to approve, deny, submit, etc.
  • D - Denied: these forms were denied by an approver – they can no longer be worked
  • W - Withdrawn: these forms were Withdrawn by the initiator - they can no longer be worked
  • L - Saved: these forms were started and saved by the initiator for future use
  • S - Signed: a special form status used for I-9

Form Action

  • L - Save – form updates to Saved status
  • S - Submit – status depends on the number of approvals in the workflow. For 1 or more approvals, form updates to Pending status and advances to the first approver. For zero approvals, form updates to Authorized status.
  • T - Resubmit – form updates to Pending status and the workflow starts overs at the first approval
  • W - Withdraw – form updates to Withdrawn status
  • P - Approve – status depends on the number of approvals in the workflow. For 2 or more approvals, the form will move to a Partially Approved status until the last final approval, and after the final approval, will update to Authorized status. For only 1 approval, the form will update directly to Authorized.
  • D - Deny – form updates to Denied status
  • R - Recycle – form updates to Recycled and returns to the initiator for resubmission or withdrawal
  • H - Hold – form updates to On Hold status

Form Action Availability

Available Form Actions depend on the operator and current form status. This is the delivered default, but the buttons and actions available can be customized with the code hook.

As the pending approver in Evaluate mode:

  • Approve
  • Deny
  • Recycle
  • Hold

As the form initiator in Add mode:

  • Submit
  • Save (only when Update task is added)

As the initiator in Update mode accessing a saved form:

  • Submit
  • Withdraw
  • Save

As the initiator in Update mode accessing a form in a Pending status:

  • Resubmit
  • Withdraw

Other Form Actions

Other form actions may be available to some users, depending on the conditions outlined below:

  • Search – returns the user to the search page, only if configured for Add mode
  • Next – available on forms with 2 or more pages, advances the user to the next page if no fields are required or required fields are completed
  • Previous – available on forms with 2 or more pages, returns the user to the previous page
  • Print – appears on forms where Reports have been configured