resubmitEnabled
Description
Used to determine if this transaction can be re-submitted for approval. This will be true when:
-
A transaction registry entry exists.
-
An approval process has been defined.
-
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;