Share via


TaxWithholdCalcPurch_IN.isTDSTCSApplicableForHeader Method [AX 2012]

Determines whether TDS/TCS will be calculated for given purchase order/Vendor invoice header.

Syntax

private boolean isTDSTCSApplicableForHeader(Common _common)

Run On

Server

Parameters

  • _common
    Type: Common Table
    The PurcTable/VendInvoiceInfoTable buffer.

Return Value

Type: boolean
Returns true if TDS/TCS will be calculated for header; otherwise false.

See Also

Reference

TaxWithholdCalcPurch_IN Class