Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |