Share via


TaxWithholdJournal_IN.canCalculateWHT Method [AX 2012]

Checks whether withholding tax calculation is possible for this LedgerJournalTrans .

Syntax

protected boolean canCalculateWHT(
    LedgerJournalTrans _ledgerJournalTrans, 
    CompanyId _invoiceCompany, 
    CompanyId _paymentCompany, 
    CustVendAC _account)

Run On

Server

Parameters

Return Value

Type: boolean
Returns true if withholding tax calculation is possible otherwise false.

See Also

Reference

TaxWithholdJournal_IN Class