![]() SCMQT API Developer Reference
|
scmqt.CustomerQuotationControllerglobal with sharing class CustomerQuotationController This class is used to update the change request from a change request customer quotation and to print the customer quotation. AuthorFinancial Force, Inc. Properties
Methods
CustomerQuotationControllerglobal CustomerQuotationController(SCMC.CustomerQuotationController controller) CustomerQuotationControllerglobal CustomerQuotationController(SCMC__Customer_Quotation__c cq) Class constructor. Input Parameters
Exceptions Thrown
Return ValueDoes not return a value. CustomerQuotationControllerglobal CustomerQuotationController(ApexPages.StandardController stdController) Class constructor. Input Parameters
Exceptions Thrown
Return ValueDoes not return a value. initglobal void init(ID itemID) The initial setup of the controller details. It must initialized by calling CQID or by calling the method. Exceptions Thrown
goBackglobal PageReference goBack() The goBack is used like a back button. Exceptions Thrown
Return ValuePageReference, Returns the user back to standard controller view. global PageReference print() Print the customer quotation in a PDF format. Exceptions Thrown
Return ValuePageReference, Prints off the customer quotation convertToServiceOrderAutomaticallyglobal void convertToServiceOrderAutomatically() convertToServiceOrderAutomatically, Converts a customer quotation to a service contract. Exceptions Thrown
convertToServiceOrderglobal PageReference convertToServiceOrder() convertToServiceOrderAutomatically, Converts a customer quotation to a contract. Exceptions Thrown
Return ValuePageReference, Returns the contract standard view. updateToChangeRequestAutomaticallyglobal void updateToChangeRequestAutomatically() updateToChangeRequestAutomatically, Updates the change request with information on the customer quotation. Exceptions Thrown
updateToChangeRequestglobal PageReference updateToChangeRequest() updateToChangeRequestAutomatically, Updates the change request with information on the customer quotation. Exceptions Thrown
Return ValuePageReference, Returns the change request standard view. |