Upload File Attachments to Oracle Service Cloud (RightNow)

You can upload file attachments to Oracle Service Cloud (RightNow) with the Oracle Service Cloud (RightNow) Adapter.

This section provides a high-level overview of how to upload a file attachment. Note the following restrictions:
  • You cannot send the same file to multiple objects in the same invoke connection. Instead, use multiple invoke connections in the orchestrated integration.

  • You cannot send the same file in multiple operations in the same invoke connection. Instead, use multiple invoke connections in the orchestrated integration.

  1. Create and design an integration.
  2. Add an Oracle Service Cloud (RightNow) Adapter as an invoke connection in the integration.
    This invokes the Adapter Endpoint Configuration Wizard.
  3. On the Operations page, select the CRUD operation type.
  4. Select Create or Update.
  5. Select a business object that supports file attachments.
  6. Complete the Adapter Endpoint Configuration Wizard.
  7. In the mapper, configure source to target element mapping to upload the file to Oracle Service Cloud (RightNow). For this example:
    • The attachmentReference source element is mapped to the FileAttachmentList > Data target element
    • Map the attachmentProperties > partName source element to the FileAttachmentList > FileName target element.
    • Set FileAttachments > action = "add".
  8. Complete integration design.
  9. Activate and invoke the integration. The file attachment is sent to Oracle Service Cloud (RightNow).