The Quote Collaboration Service global methods account for the standard action to Quote Collaboration feature.

Global methods are not like APIs. They can only be invoked in an Apex Code.

You can invoke the method in the Quote Collaboration service using the following command:

QuoteCollaborationService.<Name of the Function>
where the name of the function is API Name and it's parameters.

In this Section: