<?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: create dashlet in share to display json returned result in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/create-dashlet-in-share-to-display-json-returned-result/m-p/251637#M204767</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you so much for the details..!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you suggest if there is any other approach to what Im trying to achieve?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Nov 2012 10:12:09 GMT</pubDate>
    <dc:creator>n_pancholi87</dc:creator>
    <dc:date>2012-11-21T10:12:09Z</dc:date>
    <item>
      <title>create dashlet in share to display json returned result</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-dashlet-in-share-to-display-json-returned-result/m-p/251630#M204760</link>
      <description>Hi all,I have the following url which gives me the desired list of documents in json format.http://localhost:8080/share/proxy/alfresco/slingshot/doclib/doclist/documents/node/alfresco/company/home/test?max=50&amp;amp;filter=favouritesI want to create a dashlet to display this data. I have tried the norm</description>
      <pubDate>Wed, 21 Nov 2012 07:32:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-dashlet-in-share-to-display-json-returned-result/m-p/251630#M204760</guid>
      <dc:creator>n_pancholi87</dc:creator>
      <dc:date>2012-11-21T07:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: create dashlet in share to display json returned result</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-dashlet-in-share-to-display-json-returned-result/m-p/251631#M204761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What url do you have configured in your dashlet's WebScript descriptor file?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dave&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2012 08:50:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-dashlet-in-share-to-display-json-returned-result/m-p/251631#M204761</guid>
      <dc:creator>ddraper</dc:creator>
      <dc:date>2012-11-21T08:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: create dashlet in share to display json returned result</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-dashlet-in-share-to-display-json-returned-result/m-p/251632#M204762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Dave,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your quick response.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The following is the share webscript that works for me. &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://localhost:8080/share/proxy/alfresco/slingshot/doclib/doclist/documents/node/alfresco/company/home?max=50&amp;amp;filter=favourites" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/share/proxy/alfresco/slingshot/doclib/doclist/documents/node/alfresco/company/home?max=50&amp;amp;filter=favourites&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hence, I tried checking the doclist.get.desc.xml (I am not sure if this is the webscript I am supposed to be looking at) file and following is the URL there : &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;url&amp;gt;/ui/doclist?f={filter?}&amp;amp;amp;p={path?}&amp;amp;amp;q={query?}&amp;lt;/url&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;url&amp;gt;/ui/doclist.atom?f={filter?}&amp;amp;amp;p={path?}&amp;amp;amp;q={query?}&amp;lt;/url&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;but this does not seem to give the right result which I want to achieve.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;share/proxy/alfresco/slingshot/doclib/doclist/ maps to which file in share, i am not sure.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2012 09:39:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-dashlet-in-share-to-display-json-returned-result/m-p/251632#M204762</guid>
      <dc:creator>n_pancholi87</dc:creator>
      <dc:date>2012-11-21T09:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: create dashlet in share to display json returned result</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-dashlet-in-share-to-display-json-returned-result/m-p/251633#M204763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The prefix of "/proxy/alfresco" to a URL tells Share to run a WebScript hosted on the Repository tier. If you have created your WebScript on Share then you just need to access it via: "/service" (e.g. /share/service/ui/doclist)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, your response seems to indicate that you're actually looking at the Alfresco default doclist.get.desc.xml WebScript which doesn't define the URL that you're reporting. I'm assuming that you've created a new WebScript with the URL starting "ui/doclist" ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dave&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2012 09:44:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-dashlet-in-share-to-display-json-returned-result/m-p/251633#M204763</guid>
      <dc:creator>ddraper</dc:creator>
      <dc:date>2012-11-21T09:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: create dashlet in share to display json returned result</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-dashlet-in-share-to-display-json-returned-result/m-p/251634#M204764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey, that was informative!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i guess this /ui/doclist is confusing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If i just keep that aside and only look at a default functionality, i have this "share/proxy/alfresco/slingshot/doclib/doclist/documents/node", then which file do i refer to? I cannot find the right desc file for this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2012 09:51:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-dashlet-in-share-to-display-json-returned-result/m-p/251634#M204764</guid>
      <dc:creator>n_pancholi87</dc:creator>
      <dc:date>2012-11-21T09:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: create dashlet in share to display json returned result</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-dashlet-in-share-to-display-json-returned-result/m-p/251635#M204765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Actually what i am trying to do is to create a dashlet, which is going to display a user's "favourite" documents/folders from the alfresco repository. I am using this url, as i mentioned above, it seems to return the right result in json format. Now need to use this json and display it in dashlet, this is where I am stuck.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2012 09:56:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-dashlet-in-share-to-display-json-returned-result/m-p/251635#M204765</guid>
      <dc:creator>n_pancholi87</dc:creator>
      <dc:date>2012-11-21T09:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: create dashlet in share to display json returned result</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-dashlet-in-share-to-display-json-returned-result/m-p/251636#M204766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you look at "alfresco/service/index" and "share/service/index" you can select to browse by URI and will be able to view all of the information on each WebScript registered. You should be aware that the the WebScripts starting with "slingshot" are for internal Alfresco use - although you can make use of them as are, any issues you have with calling them directly will not be supported - see &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Web_Script_Lifecycle" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Web_Script_Lifecycle&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dave&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2012 10:03:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-dashlet-in-share-to-display-json-returned-result/m-p/251636#M204766</guid>
      <dc:creator>ddraper</dc:creator>
      <dc:date>2012-11-21T10:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: create dashlet in share to display json returned result</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-dashlet-in-share-to-display-json-returned-result/m-p/251637#M204767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you so much for the details..!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you suggest if there is any other approach to what Im trying to achieve?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2012 10:12:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-dashlet-in-share-to-display-json-returned-result/m-p/251637#M204767</guid>
      <dc:creator>n_pancholi87</dc:creator>
      <dc:date>2012-11-21T10:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: create dashlet in share to display json returned result</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-dashlet-in-share-to-display-json-returned-result/m-p/251638#M204768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm not sure why you're just not using the out-of-the-box available "My Documents" dashlet - this has a drop down menu which allows you to view "My favourites"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dave&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2012 10:17:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-dashlet-in-share-to-display-json-returned-result/m-p/251638#M204768</guid>
      <dc:creator>ddraper</dc:creator>
      <dc:date>2012-11-21T10:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: create dashlet in share to display json returned result</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-dashlet-in-share-to-display-json-returned-result/m-p/251639#M204769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes Dave,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;it does work, but only for site documents/document library, correct me if im wrong please.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I need documents in alfresco repository which are marked as favourite. I can see these when i click on "repository" in alfresco share, and on the left panel click "My favourites".&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But simulatneously i need to make these available on the dashboard too.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2012 10:22:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-dashlet-in-share-to-display-json-returned-result/m-p/251639#M204769</guid>
      <dc:creator>n_pancholi87</dc:creator>
      <dc:date>2012-11-21T10:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: create dashlet in share to display json returned result</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-dashlet-in-share-to-display-json-returned-result/m-p/251640#M204770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Unfortunately I don't have the time to investigate this in detail at the moment… perhaps another community member would be able to help?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'd have thought that from the existing My Documents dashlet implementation and the information I've provided on accessing remote/local WebScripts as well as how to browse existing WebScripts and access their underlying code would have been enough to get you on your way though. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dave&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2012 10:29:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-dashlet-in-share-to-display-json-returned-result/m-p/251640#M204770</guid>
      <dc:creator>ddraper</dc:creator>
      <dc:date>2012-11-21T10:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: create dashlet in share to display json returned result</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-dashlet-in-share-to-display-json-returned-result/m-p/251641#M204771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you so much for your help Dave..That will definitely help..&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2012 10:33:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-dashlet-in-share-to-display-json-returned-result/m-p/251641#M204771</guid>
      <dc:creator>n_pancholi87</dc:creator>
      <dc:date>2012-11-21T10:33:52Z</dc:date>
    </item>
  </channel>
</rss>

