submitEnabled
Description
Used to determine if the submit action (which triggers launching of the Approval Framework) is currently enabled on this application transaction. Submit will be enabled when:
-
A transaction registry entry exists.
-
An approval process has been defined.
-
No approval process has previously been launched on this transaction.
Example
If (&launchMgr.submitEnabled) Then
&launchMgr.DoSubmit();
End-If;