TaxWithholdTrans::findByCustVendTransPaym Method
Finds the trans by the given Cust or Vend trans.
Syntax
server public static TaxWithholdTrans findByCustVendTransPaym(CustVendTrans _custVendTrans)
Run On
Server
Parameters
- _custVendTrans
Type: CustVendTrans Map
The given cust or vend trans.
Return Value
Type: TaxWithholdTrans Table
The found trans.
Exceptions
Exception | Condition |
---|---|
Error | If it is not cust trans or vend trans, it will raise error. |