In our recent Alfresco Share (5.0) deployment we are interested in showing the most recently uploaded report to each user in their dashboard. We will be uploading this PDF report daily to a folder with the latest news. We want it (the most recent one) to be displayed (not metadata, but the PDF itself) in each user dashboard when getting logged in their user dashboards.
The point is that the internal URL will be changing as we are uploading files with different filenames. Which is the bst approach to fix this issue?
Using a WebView seems not to be a good solution to match these requirements.