<?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: Association customization in Share in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/association-customization-in-share/m-p/272860#M225990</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;that's great.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It not 100% clear what you mean with Controller, a webscript?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you please be more specific? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;actually my target type is not cm:content it is a custom model it self so I don't have a simple file to upload but a new&amp;nbsp; obj to create. Do you have any idea about how I can implement that in share?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks a lot&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Oct 2012 13:42:46 GMT</pubDate>
    <dc:creator>ttati</dc:creator>
    <dc:date>2012-10-17T13:42:46Z</dc:date>
    <item>
      <title>Association customization in Share</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/association-customization-in-share/m-p/272858#M225988</link>
      <description>Hi I created a new custom model called mymodel1in alfresco with some properties and an association to mymodel2.When I render it in Share I can click on create–&amp;gt;newmodel1 and I can associate the newmodel1 object to an existing newmodel2 object.what I can't do is to click on create –&amp;gt;newmodel1 a</description>
      <pubDate>Tue, 16 Oct 2012 17:00:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/association-customization-in-share/m-p/272858#M225988</guid>
      <dc:creator>ttati</dc:creator>
      <dc:date>2012-10-16T17:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: Association customization in Share</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/association-customization-in-share/m-p/272859#M225989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes Possible,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You need to create a custom Controller, that would show the upload dialogue and uploads the file and add as association.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2012 10:31:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/association-customization-in-share/m-p/272859#M225989</guid>
      <dc:creator>lementree</dc:creator>
      <dc:date>2012-10-17T10:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: Association customization in Share</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/association-customization-in-share/m-p/272860#M225990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;that's great.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It not 100% clear what you mean with Controller, a webscript?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you please be more specific? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;actually my target type is not cm:content it is a custom model it self so I don't have a simple file to upload but a new&amp;nbsp; obj to create. Do you have any idea about how I can implement that in share?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks a lot&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2012 13:42:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/association-customization-in-share/m-p/272860#M225990</guid>
      <dc:creator>ttati</dc:creator>
      <dc:date>2012-10-17T13:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: Association customization in Share</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/association-customization-in-share/m-p/272861#M225991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In share every form filed is rendered by a Controller.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can find the OOB controllers in &lt;/SPAN&gt;&lt;STRONG&gt;tomcat\webapps\share\WEB-INF\classes\alfresco\site-webscripts\org\alfresco\components\form\controls&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now you need to implement a Custom Controller, that wolud have a button, onclick it would open create content Dialouge, onSuccess you wil get the created nodeRef, you assign this node ref to association field.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can take a look into the association.ftl, how it is working.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 08:36:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/association-customization-in-share/m-p/272861#M225991</guid>
      <dc:creator>lementree</dc:creator>
      <dc:date>2012-10-18T08:36:38Z</dc:date>
    </item>
  </channel>
</rss>

