resubmitEnabled

Description

Used to determine if this transaction can be re-submitted for approval. This will be true when:

  1. A transaction registry entry exists.

  2. An approval process has been defined.

  3. One or more approval processes were launched on this transaction, but none are currently running (they were either approved, denied, or terminated.

Example

If &launchMgr.resubmitEnabled = True Then
      &launchMgr.DoReSubmit();
 End-If;