PurchReqTable::existPurchReqLineStatus Method

Determines whether there is a purchReqLine record with the given status in the PurchReqLine table.

Syntax

client server public static boolean existPurchReqLineStatus(RecId _purchReqTableRecId, PurchReqRequisitionStatus _purchReqLineRequisitionStatus)

Run On

ClientOrServer

Parameters

Return Value

Type: boolean
true if the record is found; otherwise, false.

See Also

Reference

PurchReqTable Table