Fórum

Regarding Document Library

thumbnail
Anil Kumar Sunkari, modificado 14 Anos atrás.

Regarding Document Library

Expert Postagens: 427 Data de Entrada: 12/08/09 Postagens Recentes
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, modificado 14 Anos atrás.

RE: Regarding Document Library

New Member Postagens: 4 Data de Entrada: 05/08/08 Postagens Recentes
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, modificado 14 Anos atrás.

RE: Regarding Document Library

Expert Postagens: 427 Data de Entrada: 12/08/09 Postagens Recentes
Thank you nihar thanks a lot for your immediate response.