Share via


RequisitionPurchaseOrderGeneration.validateAllLines Method [AX 2012]

Validate all lines in a single purchReqTable table record.

Syntax

public boolean validateAllLines(PurchReqTable _purchReqTable)

Run On

Server

Parameters

  • _purchReqTable
    Type: PurchReqTable Table
    The PurchReqTable table object from the PurchReqTable table to retrieve.

Return Value

Type: boolean
true if passes all validation; otherwise, false.

See Also

Reference

RequisitionPurchaseOrderGeneration Class