- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-28-2017 12:33 PM
have requirement as follows:
I have a document which should be available for End user to download and fill that document and he has to attached the following document.
I was in dilemma on how to achieve this ?
The attachment must be available in middle of the variables
Exactly as follows:
i have a drop down variable and if I select one value from the drop down values. A link with "any name"( With my specific name for that link) should appear for user to download the document.
can anyone please help me on how to meet this requirement.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-30-2017 07:19 PM
Thanks for the details. In that case you have to upload the attachment to sys_attachment table and refer the same URL(URL which links to attachment table) attachment for all catalog items.
Let me know if you have any questions.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-28-2017 05:02 PM
Hello Ursnani,
I've responded in the below thread. Please let me know if you are blocked.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-29-2017 07:56 PM
HI Pradeep,
The link you have provided is when we have 'URL' but i dont have any URL,
i just want to attach a document which is present in my system and make that document available for the user.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-30-2017 07:19 PM
Thanks for the details. In that case you have to upload the attachment to sys_attachment table and refer the same URL(URL which links to attachment table) attachment for all catalog items.
Let me know if you have any questions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-30-2017 08:11 PM
Hi pradeep,
i Have the required document in that table but when i clicked that attachment it was opening the document, I was unable to get the URL for that.
Can you please suggest a way for me on how to get the URL ??
Thanks