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