Oracle Service Cloud (RightNow) Adapter Capabilities

The Oracle Service Cloud (RightNow) Adapter enables you to create an integration with an Oracle Service Cloud (RightNow) application.

Note:

The Oracle Service Cloud (RightNow) Adapter was known as the Oracle RightNow Cloud Adapter in previous releases.
Oracle Service Cloud (RightNow) applications enable organizations to combine web, social network, and contact center customer experiences into a unified, cross-channel service solution in Oracle Cloud. Oracle Service Cloud (RightNow) provides the following benefits:
  • Integrates easily with the Oracle Service Cloud (RightNow) application’s WSDL file to produce a simplified, integration-centric WSDL.

  • Generates automatic mapping to the exposed business object or event subscription that you select during adapter configuration:
    • Business object: Represents a self-contained business document that can be acted upon by the integration. An integration can send requests to create a new record for that business object. They can send a request either to update or delete an existing record for a business object. Integrations can also send requests to retrieve information about one or more records representing that business object.

    • Event subscription: Represents an event document to which you subscribe when the Oracle Service Cloud (RightNow) Adapter is configured in the trigger (source) direction. The event subscription is raised by the Oracle Service Cloud (RightNow) application.

  • Supports the RightNow Object Query Language (ROQL) to query metadata information when the Oracle Service Cloud (RightNow) Adapter is configured in the invoke direction.

  • Supports custom attributes (new Oracle Service Cloud (RightNow) concept custom attributes and custom fields with the default c package) in business objects to make use of the Oracle Service Cloud (RightNow) application’s support for custom attributes. Note the following details:

    • Custom attributes and custom fields are visible in a hierarchal structure in the Oracle Mapper. For example, assume you create an integration in which you select the Contact business object on the Request page of the Adapter Endpoint Configuration Wizard. If you then go to the Oracle Mapper, and expand the Contact element, an element called ContactCustomFields is displayed. If you expand this element, you see that custom attributes are visible in a hierarchal structure in the tree. Custom attributes are also visible as part of custom packages in the Oracle Mapper.

    • If you have a prebuilt integration from an earlier release of Oracle Integration that contained business objects that now support custom attributes, those attributes are now visible in the Oracle Mapper after you regenerate the artifacts for the integration. However, they are not displayed in a hierarchal structure, but rather the flat structure of previous releases (not under any package). See Regenerating a WSDL File for Integrations.

    • Custom attributes are also visible in the generated artifacts that you can download by selecting Actions > Export on the page of an integration, such as in the generated WSDL file.

  • Automatically handles security policy details required to connect to the Oracle Service Cloud (RightNow) application.

  • Provides standard error handling capabilities.

  • Enables you to perform CRUD (create, get, update, and destroy) operations against business objects in the Oracle Service Cloud (RightNow) application.

  • Enables you to upload a file as an attachment to Oracle Service Cloud (RightNow).

  • Enables you to download a file as an attachment from Oracle Service Cloud (RightNow) to Oracle Integration. After the file is downloaded, the Oracle Service Cloud (RightNow) Adapter exposes the file reference in the mapper for use by other adapters for further processing. The following functionality is supported:
    • You can download a single file at a time.

    • You can download any file from Oracle Service Cloud (RightNow).

    • The downloaded file is exposed to you as a virtual file system (VFS) file reference.