<?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: Custom document list page (browse) and document expire alert in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/custom-document-list-page-browse-and-document-expire-alert/m-p/278889#M232019</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;B&gt;Cesar Capillas&lt;/B&gt;​,&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;For custom properties, I stil have no idea &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/LI&gt;&lt;LI&gt;For smartfolders, FTS query is fine for me. But how to build a page or dashlet which you mention to display parameters of query. Let's say I need to know what documents will expire on M-MONTH and Y-YEAR (only months and years selections) which will query to my custom smartfolder template. How to connect between them?&lt;/LI&gt;&lt;LI&gt;About notification which you said better in Java, do you have links step by step on develop it? for beginners like me.&lt;/LI&gt;&lt;LI&gt;Metadata template, thank you for pointing on that, I checked that it configure on "backend or data structure" not for frontend page. Where can I find this knowledge - on connecting metadata template and page/dashlet template (end user interface).&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Many thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Oct 2016 09:26:39 GMT</pubDate>
    <dc:creator>billydekid</dc:creator>
    <dc:date>2016-10-20T09:26:39Z</dc:date>
    <item>
      <title>Custom document list page (browse) and document expire alert</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-document-list-page-browse-and-document-expire-alert/m-p/278885#M232015</link>
      <description>Hi,I'm new on Alfresco development. I just start and can create custom content model (aspects, properties) and create simple custom workflow (guide from Jeff Potts blog).And now I want to steap ahead with new requirements on how to create custom document page (list of documents / browse) with specif</description>
      <pubDate>Thu, 20 Oct 2016 04:05:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-document-list-page-browse-and-document-expire-alert/m-p/278885#M232015</guid>
      <dc:creator>billydekid</dc:creator>
      <dc:date>2016-10-20T04:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: Custom document list page (browse) and document expire alert</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-document-list-page-browse-and-document-expire-alert/m-p/278886#M232016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are using the latest version of Alfresco, you can use &lt;STRONG&gt;Smart Folders&lt;/STRONG&gt; to create custom document list views. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read more about smart folders here: &lt;A href="http://docs.alfresco.com/5.1/concepts/sf-intro.html" title="http://docs.alfresco.com/5.1/concepts/sf-intro.html" rel="nofollow noopener noreferrer"&gt;http://docs.alfresco.com/5.1/concepts/sf-intro.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For creating document list/alerts, you would need to setup rules or do custom development. For this go through job scheduling in Alfresco.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read more about job scheduling via extension points here:&amp;nbsp; &lt;A href="http://docs.alfresco.com/5.1/references/dev-extension-points-scheduled-jobs.html" title="http://docs.alfresco.com/5.1/references/dev-extension-points-scheduled-jobs.html" rel="nofollow noopener noreferrer"&gt;http://docs.alfresco.com/5.1/references/dev-extension-points-scheduled-jobs.html&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2016 07:36:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-document-list-page-browse-and-document-expire-alert/m-p/278886#M232016</guid>
      <dc:creator>bhagyas</dc:creator>
      <dc:date>2016-10-20T07:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: Custom document list page (browse) and document expire alert</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-document-list-page-browse-and-document-expire-alert/m-p/278887#M232017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some guidelines from a non-developer (you can do all things listed below only with javascript, xml files, properties files and some Spring knowledge) :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;You can reuse cm:effectivity aspect in your &lt;STRONG&gt;custom content model&lt;/STRONG&gt; (maybe you did). Store in your content model what you want to query later. The best reference are the Jeff Pott's tutorials --&amp;gt; &lt;A href="http://ecmarchitect.com/alfresco-developer-series" title="http://ecmarchitect.com/alfresco-developer-series" rel="nofollow noopener noreferrer"&gt;About the Alfresco Developer Tutorial Series | ECM Architect&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;Then you may use your defined custom properties as &lt;STRONG&gt;facets&lt;/STRONG&gt; in Alfresco Searches. This can be configured directly in Alfresco Share Search.&lt;/LI&gt;&lt;LI&gt;With the help of &lt;STRONG&gt;smart folders&lt;/STRONG&gt; you can define custom filtered queries based on your new content model (all custom documents, custom documents expired, custom documents by unit responsible...). I think it is the easiest way&amp;nbsp; because you only need to learn some &lt;SPAN style="color: #58595b; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px;"&gt;FTS query language&lt;/SPAN&gt; but it is not exactly a "page" (you can also use pages, document library filters, custom dashlets...). You need to enable smart folders, and then use a smart folder template that can be dynamically edited in Data Dictionary / Smart Folder Templates --&amp;gt; &lt;A href="http://docs.alfresco.com/5.1/concepts/sf-intro.html" title="http://docs.alfresco.com/5.1/concepts/sf-intro.html" rel="nofollow noopener noreferrer"&gt;Configuring Smart Folders | Alfresco Documentation&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;For the notifications, you may create a &lt;STRONG&gt;quartz job&lt;/STRONG&gt; (scheduled action) that daily checks the custom documents by "effectivity to" property, and then change "some state" to expired, depending on your content model implementation --&amp;gt; &lt;A href="https://migration33.stage.lithium.com/docs/DOC-4938"&gt;Scheduled Actions&lt;/A&gt; (although I said before it can be written in js, it is better to use java). You may use custom email templates defined in Data Dictionary / Email Templates too.&lt;/LI&gt;&lt;LI&gt;Some other helpers for the final users may be:&lt;UL&gt;&lt;LI&gt;A &lt;STRONG&gt;metadata template&lt;/STRONG&gt; for the custom type in Alfresco Share may help final users to see "Effective To" in Document Library views (in simple and detailed view) --&amp;gt; &lt;A href="http://docs.alfresco.com/5.1/tasks/dev-extensions-share-tutorials-add-metadata-template-doclib.html" title="http://docs.alfresco.com/5.1/tasks/dev-extensions-share-tutorials-add-metadata-template-doclib.html" rel="nofollow noopener noreferrer"&gt;Adding new metadata templates to the Document Library | Alfresco Documentation&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;You can define also a &lt;STRONG&gt;custom indicator&lt;/STRONG&gt; and &lt;STRONG&gt;evaluators&lt;/STRONG&gt; based in expiration date (or easier, in a expired status property) --&amp;gt; &lt;A href="http://docs.alfresco.com/5.1/concepts/doclib-web-tier.html" title="http://docs.alfresco.com/5.1/concepts/doclib-web-tier.html" rel="nofollow noopener noreferrer"&gt;Alfresco Share Document Library web tier | Alfresco Documentation&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--C.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2016 08:00:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-document-list-page-browse-and-document-expire-alert/m-p/278887#M232017</guid>
      <dc:creator>cesarista</dc:creator>
      <dc:date>2016-10-20T08:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: Custom document list page (browse) and document expire alert</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-document-list-page-browse-and-document-expire-alert/m-p/278888#M232018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;B&gt;Bhagya Silva&lt;/B&gt;​, thanks for pointing me to both information.&lt;/P&gt;&lt;P&gt;In smartfolders template I should read more on smartfolders template (some kinds of .ftl files), since the final output of smartfolders is use default alfresco view. I want the format like in common table/spreadsheet contents (e.g. | Number | Document Title | Effective From | Effective To | Responsible Group|). Is it possible to create custom view for smartfolders?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For scheduling job, since I have almost zero knowledge on Java and said that JavaScript is possible to develop for scheduled jobs, I will focus on JavaScript development. CMIIW in case "only JavaScript" can handle this (no more Java program/codes required).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2016 08:56:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-document-list-page-browse-and-document-expire-alert/m-p/278888#M232018</guid>
      <dc:creator>billydekid</dc:creator>
      <dc:date>2016-10-20T08:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: Custom document list page (browse) and document expire alert</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-document-list-page-browse-and-document-expire-alert/m-p/278889#M232019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;B&gt;Cesar Capillas&lt;/B&gt;​,&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;For custom properties, I stil have no idea &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/LI&gt;&lt;LI&gt;For smartfolders, FTS query is fine for me. But how to build a page or dashlet which you mention to display parameters of query. Let's say I need to know what documents will expire on M-MONTH and Y-YEAR (only months and years selections) which will query to my custom smartfolder template. How to connect between them?&lt;/LI&gt;&lt;LI&gt;About notification which you said better in Java, do you have links step by step on develop it? for beginners like me.&lt;/LI&gt;&lt;LI&gt;Metadata template, thank you for pointing on that, I checked that it configure on "backend or data structure" not for frontend page. Where can I find this knowledge - on connecting metadata template and page/dashlet template (end user interface).&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Many thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2016 09:26:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-document-list-page-browse-and-document-expire-alert/m-p/278889#M232019</guid>
      <dc:creator>billydekid</dc:creator>
      <dc:date>2016-10-20T09:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: Custom document list page (browse) and document expire alert</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-document-list-page-browse-and-document-expire-alert/m-p/278890#M232020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As the Document Library already supports custom views for the listing of documents, you should be able to create a custom view for smart folders.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2016 10:08:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-document-list-page-browse-and-document-expire-alert/m-p/278890#M232020</guid>
      <dc:creator>bhagyas</dc:creator>
      <dc:date>2016-10-20T10:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: Custom document list page (browse) and document expire alert</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-document-list-page-browse-and-document-expire-alert/m-p/278891#M232021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. I will check it!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2016 10:34:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-document-list-page-browse-and-document-expire-alert/m-p/278891#M232021</guid>
      <dc:creator>billydekid</dc:creator>
      <dc:date>2016-10-20T10:34:10Z</dc:date>
    </item>
  </channel>
</rss>

