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:

  1. A transaction registry entry exists.

  2. An approval process has been defined.

  3. No approval process has previously been launched on this transaction.

Example

If (&launchMgr.submitEnabled) Then
   &launchMgr.DoSubmit();
End-If;