Activate and Run the Accelerator

After you've configured the connections and other resources, you can activate and run the accelerator.

  1. Activate the accelerator. See Activate a Recipe or Accelerator.
  2. Run the accelerator.

    To run the accelerator, you've to activate and run the integration in which it is used.

    The integration which uses the accelerator must call the GenericErrorNotification service from the Global Fault Handler, and certain parameters have to be configured for the GenericErrorNotification service.

    Configure the following parameters for the GenericErrorNotification service:

    • IntegrationCode_Version: For example, ORCL-BA-NS2SFDC_INVENITEM_CREATE:01.00.0000.
    • InstanceID: Use the mapper function to get the instance ID of the calling service.
    • FaultCode: Map the errorCode from GlobalFaultObject.
    • FaultReason: Map the reason from GlobalFaultObject.
    • FaultDetails: Map the details from GlobalFaultObject.
  3. If errors occur in the integration in which the accelerator is used, a notification will be sent through the specified notification type. For example, if you've configured the notification type as Email, then an email with the error details will be automatically sent to the specified email address.