COA_ServiceOrderEdit Class

Edit orders that you’ve submitted to Salesforce Partner Operations.

CHANNEL_ORDERS

The COA_ServiceOrderEdit class contains a single @InvocableMethod for editing orders that have been submitted to Salesforce Partner Operations but haven’t been processed. When invoking a method defined in this class, include the CHANNEL_ORDERS namespace prefix:

For details about namespace prefixes or the @InvocableMethod annotation, see the Apex Developer Guide.

This example receives a list of service orders that have been edited, submits them, and returns a list of outputs from the edit operation.

For brevity, the methods invoked in this example omit the CHANNEL_ORDERS namespace prefix. If you use this code in your implementation, you must include the namespace prefix.