Share via


AgreementClassification::findPurchClassification Method

Finds the purchase classification in the AgreementClassification table.

Syntax

client server public static AgreementClassification findPurchClassification([Name _classificationName, boolean _forUpdate])

Run On

Called

Parameters

  • _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.

See Also

Reference

AgreementClassification Table