VendReviewCriterionGroupRating::findByVendorCriterionGroup Method
Finds the specified vendor and criterion group record in the VendReviewCriterionGroupRating table.
Syntax
client server public static VendReviewCriterionGroupRating findByVendorCriterionGroup(
VendAccount _vendorAccountNumber,
DataAreaId _vendorDataAreaId,
RefRecId _criterionGroup,
[boolean _forUpdate])
Run On
Called
Parameters
- _vendorAccountNumber
Type: VendAccount Extended Data Type
- _vendorDataAreaId
Type: DataAreaId Extended Data Type
- _criterionGroup
Type: RefRecId Extended Data Type
- _forUpdate
Type: boolean
Return Value
Type: VendReviewCriterionGroupRating Table
A record in the VendReviewCriterionGroupRating table; otherwise, an empty record.