Downloading files from a process folder

Downloading files from a process folder

Comments

  • [font=Roboto, Arial, Helvetica, sans-serif]I need to open a form, display a list of files located in a specific process folder, then allow the user to download each file if necessary. Ive searched for an example but came up short. Do you have an example of how to do this? Thanks[/font]

  • [font=Roboto, Arial, Helvetica, sans-serif]There are several ways to accomplish this. If the files are stored as Document types, they can be found by fetching Documents with an entity_folder_id matching the given Process Folder ID. I have created an example of one way you might do this with FileReferences and a User Action. Feel free to import, review, and modify it at your convenience and let me know if you have any questions if your use case differs from this example.[/font]

Sign In or Register to comment.