Share via


TaxWithholdCalculation_IN.canCalculateWHTForCC Method [AX 2012]

returns true if withhold taxes are applicable; otherwise false.

Syntax

protected boolean canCalculateWHTForCC(
    LedgerJournalTrans _ledgerJournalTrans, 
    CustVendAC _account, 
   [boolean _isValidCombination, 
    boolean _isVendorTransaction])

Run On

Server

Parameters

  • _isValidCombination
    Type: boolean
    boolean value if valid Combination.
  • _isVendorTransaction
    Type: boolean
    boolean value if valid Transaction.

Return Value

Type: boolean
returns true if withhold taxes are applicable; otherwise false.

See Also

Reference

TaxWithholdCalculation_IN Class