SCMQT

scmqt.CustomerQuotationLineValidationPlugin

global abstract class CustomerQuotationLineValidationPlugin

This plugin class is used to validated customer quotation lines. This class is designed to validate customer quotation lines in the managed package after a trigger has run.

Author

FinancialForce.com, inc

Date

6/22/2016

Properties

Name Type Description
throwException Boolean if true, exceptions from inside the plugin will be caught, logged, and thrown again. if false, they will just be caught and logged.

Methods

execute

global abstract void execute(SCMC__Customer_Quotation_Line__c[] records, Map<Id, SCMC__Customer_Quotation_Line__c> oldRecords)

Validate an array of customer quotation lines.

Input Parameters

Name Type Description
records SCMC__Customer_Quotation_Line__c[] The array of customer quotation lines after modification List<SCMC__Customer_Quotation_Line__c>.
oldRecords Map<Id, SCMC__Customer_Quotation_Line__c> The array of customer quotation lines in their original state, prior to modification Map<Id, SCMC__Customer_Quotation_Line__c> .

CustomerQuotationLineValidationPlugin

global CustomerQuotationLineValidationPlugin()

© Copyright 2009–2018 FinancialForce.com, inc. All rights reserved. Various trademarks held by their respective owners.