Share via


TaxWithholdTrans::existCustTransPaym Method

Finds a TaxWithholdTrans record for a given customer transaction.

Syntax

server public static boolean existCustTransPaym(CustTrans _custTrans)

Run On

Server

Parameters

  • _custTrans
    Type: CustTrans Table
    The CustTrans record to use to find withholding tax transactions.

Return Value

Type: boolean
Returns true if a withholding tax transaction was found. false, otherwise.

See Also

Reference

TaxWithholdTrans Table