<?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: Alfresco Community 5.2 Data list in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-community-5-2-data-list/m-p/34289#M14481</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what would be exact target location to place the context file(-context.xml),if i place it in &amp;lt;installation&amp;gt;\alfresco-community\tomcat\shared\classes\alfresco\extension my site is inaccessible.&amp;nbsp;&lt;BR /&gt;Am using alfresco community 5.2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Sep 2017 14:05:04 GMT</pubDate>
    <dc:creator>anandhan</dc:creator>
    <dc:date>2017-09-20T14:05:04Z</dc:date>
    <item>
      <title>Alfresco Community 5.2 Data list</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-community-5-2-data-list/m-p/34280#M14472</link>
      <description>Am looking forward to customize a Data-list,&amp;nbsp;1. Can i able to trigger an custom event(task i want to perform) before saving list row item save event? how should i do it?2.Is there a way to update a list pro-grammatically ? I don't find a REST API!Kindly help me out on understanding the CRUD event fl</description>
      <pubDate>Thu, 14 Sep 2017 10:57:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-community-5-2-data-list/m-p/34280#M14472</guid>
      <dc:creator>anandhan</dc:creator>
      <dc:date>2017-09-14T10:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Community 5.2 Data list</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-community-5-2-data-list/m-p/34281#M14473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;B&gt;Anandhan S&lt;/B&gt;‌&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Please refer this &lt;A class="link-titled" href="https://docs.alfresco.com/5.2/references/dev-extension-points-behaviors.html" title="https://docs.alfresco.com/5.2/references/dev-extension-points-behaviors.html" rel="nofollow noopener noreferrer"&gt;Behaviors/Policies | Alfresco Documentation&lt;/A&gt;&amp;nbsp; to create a custom behavior&lt;BR /&gt;After that on&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;beforeCreateNode&amp;nbsp;event of&amp;nbsp;org.alfresco.repo.node.NodeServicePolicies&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;check node type&amp;nbsp;with your custom data list type if matches then perform your operations .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Kalpesh,&lt;BR /&gt;&lt;A href="http://www.contcentric.com" rel="nofollow noopener noreferrer"&gt;ContCentric&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2017 13:16:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-community-5-2-data-list/m-p/34281#M14473</guid>
      <dc:creator>kalpesh_c2</dc:creator>
      <dc:date>2017-09-14T13:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Community 5.2 Data list</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-community-5-2-data-list/m-p/34282#M14474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey &lt;A __default_attr="144208" __jive_macro_name="user" _jive_internal="true" data-id="144208" data-objecttype="3" data-type="person" href="https://community.alfresco.com/people/kalpesh.c2" rel="nofollow noopener noreferrer"&gt;&lt;/A&gt; that was really helpful. It opened up a new paradigm.&lt;/P&gt;&lt;P&gt;How can find the node Id of my list ? or is it my understanding of node concept is incorrect?&lt;/P&gt;&lt;P&gt;Kindly Correct me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2017 14:55:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-community-5-2-data-list/m-p/34282#M14474</guid>
      <dc:creator>anandhan</dc:creator>
      <dc:date>2017-09-14T14:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Community 5.2 Data list</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-community-5-2-data-list/m-p/34283#M14475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree that you should look at Behaviors to understand how to fire code when saving data list items.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding working with data lists programmatically the first step is to realize that an item in a data list is simply a node in the repository like any other. That means:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. They can be viewed in the node browser, which is really helpful to understand how they are structured.&lt;/P&gt;&lt;P&gt;2. They can be created, updated, and deleted through any of the usual APIs you might use to work with folders and documents, and that includes CMIS.&lt;/P&gt;&lt;P&gt;3. They can be hooked with behaviors as has already been mentioned.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Sep 2017 14:11:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-community-5-2-data-list/m-p/34283#M14475</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2017-09-15T14:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Community 5.2 Data list</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-community-5-2-data-list/m-p/34284#M14476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you &lt;A __default_attr="95631" __jive_macro_name="user" _jive_internal="true" data-id="95631" data-objecttype="3" data-type="person" href="https://community.alfresco.com/people/jpotts" rel="nofollow noopener noreferrer"&gt;&lt;/A&gt;‌. Now i get it. I could able to see the node structures.&lt;/P&gt;&lt;P&gt;But am finding issues with Query parameter/JSON object for querying or to do any other CURD operation with a node.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Sep 2017 05:39:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-community-5-2-data-list/m-p/34284#M14476</guid>
      <dc:creator>anandhan</dc:creator>
      <dc:date>2017-09-18T05:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Community 5.2 Data list</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-community-5-2-data-list/m-p/34285#M14477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good, I'm glad that helped.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are having issues with query parameters or queries I suggest you start a new topic with as much detail as possible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Sep 2017 13:47:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-community-5-2-data-list/m-p/34285#M14477</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2017-09-18T13:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Community 5.2 Data list</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-community-5-2-data-list/m-p/34286#M14478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Will i be able to create Custom Datalist in Alftresco Communiy 5.2 edition?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2017 12:40:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-community-5-2-data-list/m-p/34286#M14478</guid>
      <dc:creator>anandhan</dc:creator>
      <dc:date>2017-09-19T12:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Community 5.2 Data list</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-community-5-2-data-list/m-p/34287#M14479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, nothing has changed with regards to custom dashlets in 5.2 Community Edition.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2017 19:55:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-community-5-2-data-list/m-p/34287#M14479</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2017-09-19T19:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Community 5.2 Data list</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-community-5-2-data-list/m-p/34288#M14480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was asking about Data list.&lt;/P&gt;&lt;P&gt;What ever tutorial i follow,i end with site not available error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2017 04:47:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-community-5-2-data-list/m-p/34288#M14480</guid>
      <dc:creator>anandhan</dc:creator>
      <dc:date>2017-09-20T04:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Community 5.2 Data list</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-community-5-2-data-list/m-p/34289#M14481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what would be exact target location to place the context file(-context.xml),if i place it in &amp;lt;installation&amp;gt;\alfresco-community\tomcat\shared\classes\alfresco\extension my site is inaccessible.&amp;nbsp;&lt;BR /&gt;Am using alfresco community 5.2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2017 14:05:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-community-5-2-data-list/m-p/34289#M14481</guid>
      <dc:creator>anandhan</dc:creator>
      <dc:date>2017-09-20T14:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Community 5.2 Data list</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-community-5-2-data-list/m-p/34290#M14482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you see errors after creating the -context file in the path you provided, that means the path is right, as its content is being loaded.&lt;/P&gt;&lt;P&gt;Your problem then is not with the path, but with the -context file's content.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What kind of problems do you see in the logs?&lt;/P&gt;&lt;P&gt;Do you mind sharing your -context file in order to us to review its content?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2017 18:58:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-community-5-2-data-list/m-p/34290#M14482</guid>
      <dc:creator>douglascrp</dc:creator>
      <dc:date>2017-10-05T18:58:35Z</dc:date>
    </item>
  </channel>
</rss>

