DoLineResubmit
Syntax
DoLineResubmit(&rec, &start)
Description
Allows the line being passed in to be resubmitted to a running transaction. The user decides if the line is restarted from the current stage or the beginning. If it starts from the beginning, all history after the first header stage is lost.
Parameters
| Parameter | Description |
|---|---|
|
&rec |
The record defined for the approval processes in the Transaction Approval Levels in the Transaction Registry, as record. |
|
&start |
Use True to start at the beginning of the approval process or False to start at the current stage. |
Returns
None.
Example
&approvalMgr.DoLineResubmit(&reqLnRecord, True);