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
- _voucher
Type: Voucher Extended Data Type
The Voucher object used to find the appropriate CustTrans record.
- _custAccount
Type: CustAccount Extended Data Type
The customer's account number used to find the appropriate CustTrans record.
- _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.