RE: How to show the already attached PDF Document Ref in D365 F&O into Power apps
Hi all,
I am working on this issue also right now. Is there any solution yet ? As D365TechUser mentioned, we can always get the information from DocuRef. While using X++ function seems not help that much (I maybe mistaken, I'm not too sure), I guess to extend the CustomersAttachmentEntity to include DocuValue to get the BlobStorage info is more effective.
I'm thinking when we already have all those list of document in the attachment's table, in our Apps will just list it out, so the next question is rather than show it instantly, why not download it to the machine running the Apps, and how to download it ? to show it then is up to the device it self (the phone or tablet)
While the files are inside Blob Storage, does it means the Apps need to connect to Azure Blob Storage first ? While the Blob Storage is part of D365 package, and while the user who use this Apps is also D365 user, when login to this Apps, does it means it will have access automatically.
Sorry to just thinking out loud, I still doesn;t have a clear idea how to solve this issue.
Any advice would be appreciated.
Thanks,