RequisitionReleaseStrategy::validateAllLines Method [AX 2012]

Validate all lines in a single purchReqTable table record

server public static 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.
Show: