<?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: Accessing Datalists from WCMQS in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/accessing-datalists-from-wcmqs/m-p/272965#M226095</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the swift reply Brian.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To be honest, there's a conflict between the use of datalists on the one hand, and articles with custom content models on the other.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That is, if we didn't want to use datalists we could have created a subtype of ws:webasset, given it properties relevant to events, configured the forms service to use it and created events by using 'Create Content' within the document library in Share.&amp;nbsp; This is obviously the primary route for creating content in WCMQS.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think there might be a place for datalists, though (which are significantly easier to configure), particularly for populating collections of data in a website that are "content free" (ie. contain only metadata).&amp;nbsp; Aside from events, exposing things like departmental telephone directories, meeting room bookings, course lists etc to web pages managed by WCMQS would seem to fit better into datalists than the document library.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll have a look at the code we've used and maybe knock-out a quick blog entry over the weekend in case there's anything you find useful.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Simon&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Jun 2011 10:56:17 GMT</pubDate>
    <dc:creator>simon_white</dc:creator>
    <dc:date>2011-06-03T10:56:17Z</dc:date>
    <item>
      <title>Accessing Datalists from WCMQS</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/accessing-datalists-from-wcmqs/m-p/272963#M226093</link>
      <description>Hello,I've got a bunch of information stored in Alfresco Share datalists (out-of-the-box 'Event' type datalists as it happens) which I want to use to populate some web page fragments managed by Web Quickstart.I'm currently using the following method to get data out of the datalists,which works fine</description>
      <pubDate>Thu, 02 Jun 2011 20:37:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/accessing-datalists-from-wcmqs/m-p/272963#M226093</guid>
      <dc:creator>simon_white</dc:creator>
      <dc:date>2011-06-02T20:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Datalists from WCMQS</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/accessing-datalists-from-wcmqs/m-p/272964#M226094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm impressed. You've clearly done a good deal of work to get this going. There is no specific support for datalists in the WQS API, so you're right to have baked your own solution to this. Although WQS uses a datalist to store comments and contact requests, there was no need to build generic datalist support to provide that functionality, and, to be honest, it didn't actually cross my mind that that would be a useful feature. That's one of the best things about having people like you actually asking these questions - it's hard for us to build the right thing without this kind of feedback &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll see if I can make some time to add this kind of functionality in. If you have any code that you're willing/able to send over to me that you think would be appropriate to work into the product then that would be great. Unfortunately I can't promise a particular timescale, but I'll do my best.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2011 10:24:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/accessing-datalists-from-wcmqs/m-p/272964#M226094</guid>
      <dc:creator>bremmington</dc:creator>
      <dc:date>2011-06-03T10:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Datalists from WCMQS</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/accessing-datalists-from-wcmqs/m-p/272965#M226095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the swift reply Brian.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To be honest, there's a conflict between the use of datalists on the one hand, and articles with custom content models on the other.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That is, if we didn't want to use datalists we could have created a subtype of ws:webasset, given it properties relevant to events, configured the forms service to use it and created events by using 'Create Content' within the document library in Share.&amp;nbsp; This is obviously the primary route for creating content in WCMQS.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think there might be a place for datalists, though (which are significantly easier to configure), particularly for populating collections of data in a website that are "content free" (ie. contain only metadata).&amp;nbsp; Aside from events, exposing things like departmental telephone directories, meeting room bookings, course lists etc to web pages managed by WCMQS would seem to fit better into datalists than the document library.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll have a look at the code we've used and maybe knock-out a quick blog entry over the weekend in case there's anything you find useful.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Simon&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2011 10:56:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/accessing-datalists-from-wcmqs/m-p/272965#M226095</guid>
      <dc:creator>simon_white</dc:creator>
      <dc:date>2011-06-03T10:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Datalists from WCMQS</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/accessing-datalists-from-wcmqs/m-p/272966#M226096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I did end up blogging about this, over here –&amp;gt; &lt;/SPAN&gt;&lt;A href="http://ecmsimon.wordpress.com/2011/06/05/accesing-datalists-in-alfresco-web-quickstart" rel="nofollow noopener noreferrer"&gt;http://ecmsimon.wordpress.com/2011/06/05/accesing-datalists-in-alfresco-web-quickstart&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There's not a lot of new information, except I've replaced the rubbish children.get.json.ftl in the forum post with a more generic one&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Jun 2011 23:22:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/accessing-datalists-from-wcmqs/m-p/272966#M226096</guid>
      <dc:creator>simon_white</dc:creator>
      <dc:date>2011-06-04T23:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing Datalists from WCMQS</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/accessing-datalists-from-wcmqs/m-p/272967#M226097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Fantastic! Thanks very much &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Jun 2011 10:38:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/accessing-datalists-from-wcmqs/m-p/272967#M226097</guid>
      <dc:creator>bremmington</dc:creator>
      <dc:date>2011-06-05T10:38:21Z</dc:date>
    </item>
  </channel>
</rss>

