Share via


PurchFormLetter.checkIntrastat Method [AX 2012]

Checks if vend transaction line fulfills Intrastat requirements.

Syntax

protected boolean checkIntrastat(VendDocumentLineMap _parmLine, PurchLine _purchLine)

Run On

Called

Parameters

  • _purchLine
    Type: PurchLine Table
    The PurchLine that carries vend transaction information.

Return Value

Type: boolean
true if Intrastat requirements are fulfilled; otherwise, false.

See Also

Reference

PurchFormLetter Class