![]() SCMQT API Developer Reference
|
scmqt.CustomerQuotationLineValidationPluginglobal 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. AuthorFinancialForce.com, inc Date6/22/2016 Properties
Methods
executeglobal 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
CustomerQuotationLineValidationPluginglobal CustomerQuotationLineValidationPlugin() |