掲示板

Regarding Document Library

thumbnail
14年前 に Anil Kumar Sunkari によって更新されました。

Regarding Document Library

Expert 投稿: 427 参加年月日: 09/08/12 最新の投稿
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
14年前 に hameethun nihar によって更新されました。

RE: Regarding Document Library

New Member 投稿: 4 参加年月日: 08/08/05 最新の投稿
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
14年前 に Anil Kumar Sunkari によって更新されました。

RE: Regarding Document Library

Expert 投稿: 427 参加年月日: 09/08/12 最新の投稿
Thank you nihar thanks a lot for your immediate response.