<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Display link to the parent folder of a document on a webscript in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/display-link-to-the-parent-folder-of-a-document-on-a-webscript/m-p/286044#M239174</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think you should take a look to the source code of "search.get" Share webscript. You'll find the source code in the share.war file (../WEB-INF/classes/alfresco/site-webscripts/org/alfresco/components/search/search.get*).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think that what you're looking for is located in search.js file (../components/search). That's the javascript code related to the search.get webscript.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;See _getBrowseUrlForRecord method.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Jan 2015 14:13:54 GMT</pubDate>
    <dc:creator>mlagneaux</dc:creator>
    <dc:date>2015-01-16T14:13:54Z</dc:date>
    <item>
      <title>Display link to the parent folder of a document on a webscript</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/display-link-to-the-parent-folder-of-a-document-on-a-webscript/m-p/286041#M239171</link>
      <description>Hi all!I'm crating a web script in alfresco where I implement a kind of custom search on my document,after the data are entered on the form the documents are listed on the page.For each documents I would like to print a link to the parent folder on the ftl template as it appens on the standard searc</description>
      <pubDate>Wed, 14 Jan 2015 14:36:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/display-link-to-the-parent-folder-of-a-document-on-a-webscript/m-p/286041#M239171</guid>
      <dc:creator>staifresco</dc:creator>
      <dc:date>2015-01-14T14:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: Display link to the parent folder of a document on a webscript</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/display-link-to-the-parent-folder-of-a-document-on-a-webscript/m-p/286042#M239172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can get the parent node directly on the script node. The parent node has a "url" property but I don't think it matches the format you described. However there is a "displayPath" property that makes it possible to build your "url". You should take a look at the source code of the standard search results page to see how Alfresco build this kind of url.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2015 08:33:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/display-link-to-the-parent-folder-of-a-document-on-a-webscript/m-p/286042#M239172</guid>
      <dc:creator>mlagneaux</dc:creator>
      <dc:date>2015-01-15T08:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: Display link to the parent folder of a document on a webscript</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/display-link-to-the-parent-folder-of-a-document-on-a-webscript/m-p/286043#M239173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi mlagneaux thanks for the quick answer,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I already tried to download the alfresco source via SVN but I always get a timeout, from wich repos you suggest me to download it ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2015 09:20:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/display-link-to-the-parent-folder-of-a-document-on-a-webscript/m-p/286043#M239173</guid>
      <dc:creator>staifresco</dc:creator>
      <dc:date>2015-01-15T09:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: Display link to the parent folder of a document on a webscript</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/display-link-to-the-parent-folder-of-a-document-on-a-webscript/m-p/286044#M239174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think you should take a look to the source code of "search.get" Share webscript. You'll find the source code in the share.war file (../WEB-INF/classes/alfresco/site-webscripts/org/alfresco/components/search/search.get*).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think that what you're looking for is located in search.js file (../components/search). That's the javascript code related to the search.get webscript.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;See _getBrowseUrlForRecord method.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 14:13:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/display-link-to-the-parent-folder-of-a-document-on-a-webscript/m-p/286044#M239174</guid>
      <dc:creator>mlagneaux</dc:creator>
      <dc:date>2015-01-16T14:13:54Z</dc:date>
    </item>
  </channel>
</rss>

