Portal Engine Questions on portal engine and web parts.
Version 6.x > Portal Engine > Displaying attached document links dynamically on multiple products View modes: 
User avatar
Member
Member
ram-effindi - 7/24/2012 12:38:21 AM
   
Displaying attached document links dynamically on multiple products
Hi,

I have list of documents those are associated with multiple products

example:

Documents list in library:

document 1, document2, document 3, document 4 , document 5, document 6 , document 7, document , document9 , document10.

and

Products list:

Product1, product2 , product3, product4 , product5

i want to show the document link on multiple products like dynamically with some of the page links or outside website links.

Product1

Descriptions:

Features:

Documents links:

Document1
Document2
Document10

and second product

Product2

Descriptions:

Features:

Documents links:

Document1
Document5
Document10
Document8
Home.aspx(site page link)
www.yahoo.com(outside site link)

and Third product

Product3

Descriptions:

Features:

Documents links:

Document3
Document5
about.aspx(site page link)
www.yahoo.com(outside site link)
Document10
Document8
Document6
Page link

I have following Questions here:

1. Where i have to store the documents to share it for multiple products dynamically
2. How can i show the same documents on multiple products dynamically.
3. How can i list the documents, site links and outside url links


Please give some suggestions to achieve this task.

Thanks in Advance
Ram.

User avatar
Kentico Developer
Kentico Developer
kentico_helenag - 7/25/2012 1:44:18 AM
   
RE:Displaying attached document links dynamically on multiple products
Hello,


I would recommend that you upload the documents as CMS.File documents to a folder in the content tree. Then you can insert links via WYSIWYG editor to these files as well as to the internal or external pages. Please see here: Insert link overview.

You can add an Editable text web part on the Products documents and then you can insert the links there via WYSIWYG editor.


Best regards,
Helena Grulichova

User avatar
Member
Member
ram-effindi - 7/27/2012 5:26:54 AM
   
RE:Displaying attached document links dynamically on multiple products
Hi,

Thanks for your reply, so the only way is using Editable text part and if we want to use it as field (document type field) means we need to use html area, am i right, Is there any other way?

Any i did it using Html area control type.


Thanks,
Ram.

User avatar
Kentico Developer
Kentico Developer
kentico_helenag - 7/28/2012 3:57:17 AM
   
RE:Displaying attached document links dynamically on multiple products
Hello,


yes, you can use the HTML area form control. There is also a Document selector form control, which allows to select a file from the content tree. However, it does not allow to select an external URL. There can be a Textbox for external URLs. This solution needs to know how much is the maximal number of links (you need one field for one link). The HTML area form control is more flexible because you can add any number of links.


Best regards,
Helena Grulichova