PDF file

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

  Discussion posts and replies are publicly visible

Parents Reply
  • You'll need to think of the solution in two parts:

    1. uploading the document - for this you'll need a Process that you can run on demand. This can be an "Action" (if your documents don't need to be associated with any other business entity); or as a "Record Action" where the document does need to be associated with a business entity. The process you run will need to present a User Input Task to the user which will have an interface that contains the a!fielUploadField that Stefan mentioned. Either way you'll probably want a database entity to hold some "Metadata" about the document - data that you can't natively get from the file properties
    2. view the document - you need to be able to navigate to a context where you can view the document e.g. a Record view. There you'll need an Interface that contains - as Stefan says - the a!documentViewerField
Children
No Data