AgreementClassification::findSalesClassification Method
Finds the sales classification in the AgreementClassification table.
Syntax
client server public static AgreementClassification findSalesClassification([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
This method first finds the record. Causes the exception only when no record is found.