PDF file

How I can upload book as pdf file and preview it in Appian 

  Discussion posts and replies are publicly visible

Parents Reply
  • the document tells you:

    target (Document or Folder): Determines the eventual location of the uploaded files.

    Assuming the document you ant to upload is new (and not a new version of an existing document) then you'll need to provide a reference to a folder. So:
    1. create a folder in Appian Designer e.g. XXX_FOLDER (where 'XXX' is your application prefix)
    2. create a constant of type folder and make it refer to the above folder e.g. XXX_FOLDER_<folderName> where 'XXX' is your application prefix and <folderName> is the name of the folder you created
    3. set 'target' in your code to cons!XXX_FOLDER_<folderName>
Children