TaxWithholdTrans::findCustTransPaym Method
Finds and returns TaxWithholdTrans record for a given customer transaction.
Syntax
server public static TaxWithholdTrans findCustTransPaym(
CustTrans _custTrans,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Server
Parameters
- _custTrans
Type: CustTrans Table
The CustTrans record to use to find withholding tax transactions.
- _forupdate
Type: boolean
Determines if the returned CustTrans is selected for update.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model to use.
Return Value
Type: TaxWithholdTrans Table
Returns a TaxWithholdTrans table buffer.