download document on button click

When I click on button on SAIL, it would prompt for document to download. How will achieve this functionality.

Thanks in advance.

OriginalPostID-236773

  Discussion posts and replies are publicly visible

Parents
  • @ramakg It depends on what kind of Link Type you associate with 'Document Image'. If you use Dynamic Link with Document Image, then yes, it is possible to capture the image click event as we can write the code which captures the event in the 'saveInto' of Dynamic Link. But if you want to use Document Download Link, it's not possible as Document Download Link lacks 'saveInto' attribute.
Reply
  • @ramakg It depends on what kind of Link Type you associate with 'Document Image'. If you use Dynamic Link with Document Image, then yes, it is possible to capture the image click event as we can write the code which captures the event in the 'saveInto' of Dynamic Link. But if you want to use Document Download Link, it's not possible as Document Download Link lacks 'saveInto' attribute.
Children
No Data