Share via


RequisitionPurchaseOrderGeneration.validateFiscalYear Method [AX 2012]

Checks if trans date is same as accounting event date.

Syntax

public boolean validateFiscalYear(PurchReqLine _purchReqLine)

Run On

Server

Parameters

  • _purchReqLine
    Type: PurchReqLine Table
    The PurchReqLine table object from the PurchReqLine table.

Return Value

Type: boolean
false if trans date is not the same as accounting event date; otherwise, true.

See Also

Reference

RequisitionPurchaseOrderGeneration Class