Share via


CustTrans::mcrFindFromVoucher Method

Finds the CustTrans record based on the passed parameters.

Syntax

client server public static CustTrans mcrFindFromVoucher(
    Voucher _voucher, 
   [CustAccount _custAccount, 
    boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A boolean that determines whether to select the record for update.

Return Value

Type: CustTrans Table
The CustTrans record found from the passed parameters.

See Also

Reference

CustTrans Table