PurchRFQScoringRFQCaseCriteria::copyFromScoringMethod Method
Copies scoring criteria from the PurchRFQScoringMethodCriteria to the PurchRFQScoringRFQCaseCriteria for the given PurchRFQScoringMethod.
Syntax
client server public static boolean copyFromScoringMethod(
PurchRFQCaseRecId _purchRFQCaseRecId,
PurchRFQScoringMethodRecId _purchRFQScoringMethodRecId,
[boolean _replaceExistingCriteria])
Run On
Called
Parameters
- _purchRFQCaseRecId
Type: PurchRFQCaseRecId Extended Data Type
A PurchRFQCaseRecId value for which the PurchRFQScoringRFQCaseCriteria are being copied.
- _purchRFQScoringMethodRecId
Type: PurchRFQScoringMethodRecId Extended Data Type
A PurchRFQScoringMethodRecId value to copy the scoring criteria from.
- _replaceExistingCriteria
Type: boolean
A boolean value specifying if the existing criteria should be replaced; optional.
Return Value
Type: boolean
true if the PurchRFQScoringRFQCaseCriteria records were copied and created successfully.