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.
Finds the purchase classification in the AgreementClassification table.
Syntax
client server public static AgreementClassification findPurchClassification([Name _classificationName, boolean _forUpdate])
Run On
Called
Parameters
- _classificationName
Type: Name Extended Data Type
A classification name to find; optional.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: AgreementClassification Table
A record in the AgreementClassification table.
Remarks
The method first finds the record. Causes the exception only when no record is found.