DoApproveRowSet

Syntax

DoApproveRowSet(&rs)

Description

Use this method to approve transactions for the entire rowset. If this is a line-level record, then all paths which had routed this record to the approver are advanced.

For example, if an expense report has 3 lines o and you want to approve all 3 lines, you would insert the records into a rowset and pass that rowset to DoApproveRowset. Approval Framework will approve each line in that rowset. This avoids repeated calls to Approve.

Parameters

Parameter Description

&rs

Rowset to approve, as rowset.

Returns

None.