<?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: How to export data in audit dashlet to pdf/excel? in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/how-to-export-data-in-audit-dashlet-to-pdf-excel/m-p/32296#M13678</link>
    <description>&lt;P&gt;You should have a look at this tutorial first:&amp;nbsp;&lt;A href="https://ecmarchitect.com/alfresco-developer-series-tutorials/webscripts/tutorial/tutorial.html" target="_blank" rel="noopener nofollow noreferrer"&gt;https://ecmarchitect.com/alfresco-developer-series-tutorials/webscripts/tutorial/tutorial.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;You can also refer:&amp;nbsp;&lt;A href="https://docs.alfresco.com/6.1/tasks/ws-folderListing-Java-scripting.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.alfresco.com/6.1/tasks/ws-folderListing-Java-scripting.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;You will get idea of webscripts and all file mappings. After that you can follow the blog and use the webscript given in the blog shared by&amp;nbsp;&lt;SPAN&gt;Krutik&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 17 Feb 2020 13:17:28 GMT</pubDate>
    <dc:creator>abhinavmishra14</dc:creator>
    <dc:date>2020-02-17T13:17:28Z</dc:date>
    <item>
      <title>How to export data in audit dashlet to pdf/excel?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-export-data-in-audit-dashlet-to-pdf-excel/m-p/32293#M13675</link>
      <description>Hi,I want to know to to export the data present in audit dashlet to pdf/excel?I am using alfresco community 5.2eThanks,Rajiv</description>
      <pubDate>Wed, 05 Jul 2017 04:39:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-export-data-in-audit-dashlet-to-pdf-excel/m-p/32293#M13675</guid>
      <dc:creator>rajiv8495</dc:creator>
      <dc:date>2017-07-05T04:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to export data in audit dashlet to pdf/excel?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-export-data-in-audit-dashlet-to-pdf-excel/m-p/32294#M13676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Below link will help you in , how you can export data in excel.You can take a reference of existing webscript for how audit data is generated and use below link to export it in excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://www.krutikjayswal.com/2017/07/alfresco-webscript-export-data-in-excel.html" title="http://www.krutikjayswal.com/2017/07/alfresco-webscript-export-data-in-excel.html" rel="nofollow noopener noreferrer"&gt;Alfresco Webscript : Export Data In Excel | Krutik Jayswal&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 15:18:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-export-data-in-audit-dashlet-to-pdf-excel/m-p/32294#M13676</guid>
      <dc:creator>krutik_jayswal</dc:creator>
      <dc:date>2017-07-05T15:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to export data in audit dashlet to pdf/excel?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-export-data-in-audit-dashlet-to-pdf-excel/m-p/32295#M13677</link>
      <description>&lt;P&gt;Hi Krutik,&lt;/P&gt;&lt;P&gt;I have using alfresco community edition,&lt;BR /&gt;i read your script but i am not understood where to put this files?&lt;/P&gt;&lt;P&gt;Can you please help me on which location i can create this files?&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;BR /&gt;Aishwarya Jadhav.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2020 06:14:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-export-data-in-audit-dashlet-to-pdf-excel/m-p/32295#M13677</guid>
      <dc:creator>aishu</dc:creator>
      <dc:date>2020-02-17T06:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to export data in audit dashlet to pdf/excel?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-export-data-in-audit-dashlet-to-pdf-excel/m-p/32296#M13678</link>
      <description>&lt;P&gt;You should have a look at this tutorial first:&amp;nbsp;&lt;A href="https://ecmarchitect.com/alfresco-developer-series-tutorials/webscripts/tutorial/tutorial.html" target="_blank" rel="noopener nofollow noreferrer"&gt;https://ecmarchitect.com/alfresco-developer-series-tutorials/webscripts/tutorial/tutorial.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;You can also refer:&amp;nbsp;&lt;A href="https://docs.alfresco.com/6.1/tasks/ws-folderListing-Java-scripting.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.alfresco.com/6.1/tasks/ws-folderListing-Java-scripting.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;You will get idea of webscripts and all file mappings. After that you can follow the blog and use the webscript given in the blog shared by&amp;nbsp;&lt;SPAN&gt;Krutik&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2020 13:17:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-export-data-in-audit-dashlet-to-pdf-excel/m-p/32296#M13678</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2020-02-17T13:17:28Z</dc:date>
    </item>
  </channel>
</rss>

