DoPushback

Syntax

DoPushback(&rec)

Description

Use this method to send the process back to the previous approver. This is used to give the approver a means of requesting a prior approver to make a clearer case for approving the transaction.

Note:

Pushback only works to push back the workflow to a prior step in the same path. Calling Pushback() on the first step its path does nothing.

Parameters

Parameter Description

&rec

The record defined for the approval processes in the Transaction Approval Levels in the Transaction Registry, as record.

Returns

None.

Example

&approvalMgr.DoPushback(&reqRecord);