SCMQT

scmqt.CustomerQuotationLineAPI

global with sharing class CustomerQuotationLineAPI

This API class is used to save customer quotation lines. This class is designed to handle a large number of customer quotation lines.

Author

FinancialForce.com, inc

Date

7/24/2015

Methods

saveCustomerQuotationLinesAPI

global static String saveCustomerQuotationLinesAPI(List<SCMC__Customer_Quotation_Line__c> customerQuotationLines)

Saves an array of customer quotation lines.

Input Parameters

Name Type Description
customerQuotationLines List<SCMC__Customer_Quotation_Line__c> An array of customer quotation lines List<SCMC__Customer_Quotation_Line__c>.

Exceptions Thrown

Value Description
aqCustomerQuotationException when customer quotation lines cannot be saved.

Return Value

Status code indicating success, a failure reason or that a batch job has been scheduled.

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