SCM API Developer's Reference

scmc.ReceivedRFQWS

global with sharing class ReceivedRFQWS

Webservice to complete a received RFQ (and turn it into a Customer Quotation)

Author

Financial Force, Inc.

Methods

complete

WebService 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

Name Type Description
rrfqId ID Id of a Received RFQ.

Exceptions Thrown

Value Description
Exception If error when completing RFQ.

Return Value

Does not return a value.

completeRRFQ

WebService static String completeRRFQ(ID rrfqId)

Complete the Received RFQ by converting it to a customer quotation.

Input Parameters

Name Type Description
rrfqId ID Id of a Received RFQ.

Exceptions Thrown

Value Description
noException This method does not throw an exception. If there are errors they are logged in the Error Log. It is important to check the error log regularly if this method is used.

Return Value

String If successful, empty String. If an error occurs, the error message is returned.