scmc.ReceivedRFQWSglobal with sharing class ReceivedRFQWS Webservice to complete a received RFQ (and turn it into a Customer Quotation) MethodscompletewebService static void complete(ID rrfqId) Complete the Received RFQ by converting it to a customer quotation. *** completeRRFQ(ID rrfqId) should be used instead as error logs are lost when calling this method. *** Input Parameters
Exceptions Thrown
Return ValueDoes not return a value. completeRRFQwebService static String completeRRFQ(ID rrfqId) Complete the Received RFQ by converting it to a customer quotation. Input Parameters
Exceptions Thrown
Return ValueString If successful, empty String. If an error occurs, the error message is returned. |