<?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 Publish Sucess Response to AlfList in AIKAU? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-publish-sucess-response-to-alflist-in-aikau/m-p/290487#M243617</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you worked through the &lt;A href="https://github.com/Alfresco/Aikau/blob/develop/tutorial/chapters/About.md" rel="nofollow noopener noreferrer"&gt;Aikau tutorial&lt;/A&gt; yet? This covers both the concepts of rendered lists and of using the forms - I would strongly recommend that you go through it if you haven't already.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are also lots of &lt;A _jive_internal="true" href="https://community.alfresco.com/community/ecm/blog/authors/ddraper" rel="nofollow noopener noreferrer"&gt;blogs posts&lt;/A&gt; that I've written that cover all these topics. This &lt;A _jive_internal="true" href="https://community.alfresco.com/community/ecm/blog/2016/07/04/improving-aikau-education" rel="nofollow noopener noreferrer"&gt;blog post&lt;/A&gt; and related &lt;A href="https://www.youtube.com/watch?v=LeU87i4jNzI" rel="nofollow noopener noreferrer"&gt;video&lt;/A&gt; in particular might be useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The general approach would be that you have a custom service that handles your &lt;A href="https://dev.alfresco.com/resource/docs/aikau-jsdoc/Form.html" rel="nofollow noopener noreferrer"&gt;Form&lt;/A&gt;&amp;nbsp;requests and then publishes the response. You would have an &lt;A href="https://dev.alfresco.com/resource/docs/aikau-jsdoc/AlfList.html" rel="nofollow noopener noreferrer"&gt;AlfList&lt;/A&gt;&amp;nbsp;that subscribes to the topic published containing the results, and then you build a custom &lt;A href="https://dev.alfresco.com/resource/docs/aikau-jsdoc/AlfListView.html" rel="nofollow noopener noreferrer"&gt;view&lt;/A&gt; of the data using the renderers from the alfresco/renderers package (such as &lt;A href="https://dev.alfresco.com/resource/docs/aikau-jsdoc/Property.html" rel="nofollow noopener noreferrer"&gt;Property&lt;/A&gt;).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Nov 2016 09:17:36 GMT</pubDate>
    <dc:creator>ddraper</dc:creator>
    <dc:date>2016-11-24T09:17:36Z</dc:date>
    <item>
      <title>How to Publish Sucess Response to AlfList in AIKAU?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-publish-sucess-response-to-alflist-in-aikau/m-p/290486#M243616</link>
      <description>Hi ,I have requirement that i got some JSON response result from Repo Webscript based on Some Search Query.I want post this results into AlfList in AIkau.This entire process i want on after submitting FORM.Like faceted-search.Thanks,Jay</description>
      <pubDate>Thu, 24 Nov 2016 08:45:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-publish-sucess-response-to-alflist-in-aikau/m-p/290486#M243616</guid>
      <dc:creator>jayachender</dc:creator>
      <dc:date>2016-11-24T08:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to Publish Sucess Response to AlfList in AIKAU?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-publish-sucess-response-to-alflist-in-aikau/m-p/290487#M243617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you worked through the &lt;A href="https://github.com/Alfresco/Aikau/blob/develop/tutorial/chapters/About.md" rel="nofollow noopener noreferrer"&gt;Aikau tutorial&lt;/A&gt; yet? This covers both the concepts of rendered lists and of using the forms - I would strongly recommend that you go through it if you haven't already.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are also lots of &lt;A _jive_internal="true" href="https://community.alfresco.com/community/ecm/blog/authors/ddraper" rel="nofollow noopener noreferrer"&gt;blogs posts&lt;/A&gt; that I've written that cover all these topics. This &lt;A _jive_internal="true" href="https://community.alfresco.com/community/ecm/blog/2016/07/04/improving-aikau-education" rel="nofollow noopener noreferrer"&gt;blog post&lt;/A&gt; and related &lt;A href="https://www.youtube.com/watch?v=LeU87i4jNzI" rel="nofollow noopener noreferrer"&gt;video&lt;/A&gt; in particular might be useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The general approach would be that you have a custom service that handles your &lt;A href="https://dev.alfresco.com/resource/docs/aikau-jsdoc/Form.html" rel="nofollow noopener noreferrer"&gt;Form&lt;/A&gt;&amp;nbsp;requests and then publishes the response. You would have an &lt;A href="https://dev.alfresco.com/resource/docs/aikau-jsdoc/AlfList.html" rel="nofollow noopener noreferrer"&gt;AlfList&lt;/A&gt;&amp;nbsp;that subscribes to the topic published containing the results, and then you build a custom &lt;A href="https://dev.alfresco.com/resource/docs/aikau-jsdoc/AlfListView.html" rel="nofollow noopener noreferrer"&gt;view&lt;/A&gt; of the data using the renderers from the alfresco/renderers package (such as &lt;A href="https://dev.alfresco.com/resource/docs/aikau-jsdoc/Property.html" rel="nofollow noopener noreferrer"&gt;Property&lt;/A&gt;).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Nov 2016 09:17:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-publish-sucess-response-to-alflist-in-aikau/m-p/290487#M243617</guid>
      <dc:creator>ddraper</dc:creator>
      <dc:date>2016-11-24T09:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to Publish Sucess Response to AlfList in AIKAU?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-publish-sucess-response-to-alflist-in-aikau/m-p/290488#M243618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dave,&lt;/P&gt;&lt;P&gt;thanks for your reply,&lt;/P&gt;&lt;P&gt;actully I tried with "loadDataSucessTopic'&lt;/P&gt;&lt;P&gt;in my custom service after making&amp;nbsp;repo call in success call back I am publish these response into beloway&lt;/P&gt;&lt;P&gt;then I am able to see the result into my list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this.alfPublish(&lt;STRONG&gt;"SUCESS_RESP_TOPIC"&lt;/STRONG&gt;&amp;nbsp;+ "_SUCCESS", response);&lt;/P&gt;&lt;P&gt;this approach is correct??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Nov 2016 01:12:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-publish-sucess-response-to-alflist-in-aikau/m-p/290488#M243618</guid>
      <dc:creator>jayachender</dc:creator>
      <dc:date>2016-11-25T01:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to Publish Sucess Response to AlfList in AIKAU?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-publish-sucess-response-to-alflist-in-aikau/m-p/290489#M243619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the payload that your custom service receives the AlfList should be providing the alfResponseTopic to publish the results on (in more recent versions the payload will also contain alfSuccessTopic and alfFailureTopic attributes). You can use these values as the topic to publish the reponse on.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Nov 2016 09:14:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-publish-sucess-response-to-alflist-in-aikau/m-p/290489#M243619</guid>
      <dc:creator>ddraper</dc:creator>
      <dc:date>2016-11-25T09:14:02Z</dc:date>
    </item>
  </channel>
</rss>

