Hello Techie,
I have following requirement to implement via canvas App:
1. I need to fetch the pdf files (reside in FileNet system)
2. Once, it is fetched on click it should open in new tab/screen
Thanks.
Solved! Go to Solution.
Hi @tanvis2011
I'm not too familiar with FileNet but if you can determine the unique URL for your PDF file (as shown in this link), you can open the PDF file in a new Window by calling the Launch like so....
Launch("http://P8_client_server_name/application_name:port/getContent?objectStoreName={84A4A727-37E2-4994-B060-8531FAF75612}&objectType=document&id={559946a8-2007-4096-AC67-773A8540AE6}")
https://stackoverflow.com/questions/24604434/file-upload-and-download-from-filenet
Hi @tanvis2011
I'm not too familiar with FileNet but if you can determine the unique URL for your PDF file (as shown in this link), you can open the PDF file in a new Window by calling the Launch like so....
Launch("http://P8_client_server_name/application_name:port/getContent?objectStoreName={84A4A727-37E2-4994-B060-8531FAF75612}&objectType=document&id={559946a8-2007-4096-AC67-773A8540AE6}")
https://stackoverflow.com/questions/24604434/file-upload-and-download-from-filenet
The Power Apps PDF viewer control will only work with HTTPS server locations that don't require authentication. One workaround is to use Power Automate to actually retrieve the PDF and then display it in Power Apps. Here's a video that walks through the process.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
186 | |
52 | |
50 | |
34 | |
33 |
User | Count |
---|---|
268 | |
97 | |
84 | |
72 | |
71 |