How to display/view attachment on the Widget
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2024 08:22 AM
Hello,
I have a widget that displays attachment recorders:
I need your help on creating a widget that displays the attachment depending on the link the user clicked on. Please let me know is this possible. I have been searching on the web, but I have no luck of finding a solution. Thank you so much.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2024 09:50 AM
If its the same attachments each time and they aren't modified, you could check the Hash of each of those attachments and map them to the attached file.
For example, if we know attachment1.pdf is for this source url https://myurl.com/something
and has a hash of "A123456" (on sys_attachments table). You can say if the attachment has a hash of "A123456" its this file that came from this source.
Just an idea. Hope that helps. Good luck 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2024 10:41 AM
Hello @The Machine
Thank you for the suggestion. However,, I did not quite grasp how this would work. It would be very helpful if there were screenshots I could follow along with.