Share via


TaxWithholdCalcPurch_IN.isCreditNote Method [AX 2012]

Checks if the transaction line is credit note.

Syntax

protected boolean isCreditNote(Common _line)

Run On

Server

Parameters

  • _line
    Type: Common Table
    PurchLine/VendInvoiceInfoLine buffer.

Return Value

Type: boolean
true is line is creditNote, otherwise false.

See Also

Reference

TaxWithholdCalcPurch_IN Class