Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether an accounting error such as a budget failure, project budget failure, and pre-encumbrance error exists in the PurchReqLineProcessingError table.
Syntax
server public static boolean existAccountingError(RefRecId _purchReqTableRecId, [RefRecId _purchReqLineRecId])
Run On
Server
Parameters
- _purchReqTableRecId
Type: RefRecId Extended Data Type
The record ID in the PurchReqTable table.
- _purchReqLineRecId
Type: RefRecId Extended Data Type
The record ID in the PurchReqLine table.
Return Value
Type: boolean
true if records exist; otherwise, false.