Share via


VendReviewCriterion::findByName Method

Finds the record with the specified name in the VendReviewCriterion table.

Syntax

client server public static VendReviewCriterion findByName(
    Name _criterionName, 
    RefRecId _criterionGroupId, 
   [boolean _forUpdate])

Run On

Called

Parameters

  • _criterionName
    Type: Name Extended Data Type
    The name of the VendReviewCriterion record that is used as a filter.
  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: VendReviewCriterion Table
A record in the VendReviewCriterion table; otherwise, an empty record.

See Also

Reference

VendReviewCriterion Table