TaxWithholdTrans::existCustVendTransPaym Method
Checkes whether there is a record related to the specified cust/vend transaction.
Syntax
server public static boolean existCustVendTransPaym(CustVendTrans _custVendTrans)
Run On
Server
Parameters
- _custVendTrans
Type: CustVendTrans Map
The specified cust/vend transaction.
Return Value
Type: boolean
true if found a TaxWithholdTrans; otherwise, return false.