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
- _purchReqTableRecId
Type: RecId Extended Data Type
The record ID of the PurchReqTable table.
- _purchReqLineRequisitionStatus
Type: PurchReqRequisitionStatus Enumeration
The requisition status of the PurchReqLine record.
Return Value
Type: boolean
true if the record is found; otherwise, false.