Download Document Connected System

Overview

  • It is useful for displaying any Appian document in a custom sail component.
  • For example useful in the Image Annotation Component plug-in to show the Appian image document.
Key Features and Functionality
  • Read the Appian document using Appian Client API.
  • Appian document is fetched in the context of given Appian username hence Appian security is in place while accessing the document.
  • Name of the client API is DownloadDocumentClientApi
Anonymous