Forums de discussion

Regarding Document Library

thumbnail
Anil Kumar Sunkari, modifié il y a 14 années.

Regarding Document Library

Expert Publications: 427 Date d'inscription: 12/08/09 Publications récentes
Hi Every One

I need some help from you people.

The problem is i canr able to retrieve the document library in web content.So, for this what i did is first of all i created a structure where this structure provides an option for selecting document library while adding rows.So, i just added one text field and one document library field.While creating template i am unable to know how to retrieve it in velocity.Can somebody help me out on this issue...........its very urgent yaar

Thanks & Regards
Anil Kumar.S
hameethun nihar, modifié il y a 14 années.

RE: Regarding Document Library

New Member Publications: 4 Date d'inscription: 05/08/08 Publications récentes
Hi,

If in structure you have defined a row which is an document library then in VM file you have to use in this way:

<a href="$Document.getData()"> Documents<a/>

Here in "$Document.getData()" Document is the name you have given in structure for that row.


Regards,
Nihar
thumbnail
Anil Kumar Sunkari, modifié il y a 14 années.

RE: Regarding Document Library

Expert Publications: 427 Date d'inscription: 12/08/09 Publications récentes
Thank you nihar thanks a lot for your immediate response.