<?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: Importing to Alfresco templates in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/importing-to-alfresco-templates/m-p/72471#M47111</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;it seems like britt added aspect related to avmremote today.&amp;nbsp; you should be good to go with writing the clt to add form instance data from the file system now.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Jan 2007 07:16:15 GMT</pubDate>
    <dc:creator>arielb</dc:creator>
    <dc:date>2007-01-12T07:16:15Z</dc:date>
    <item>
      <title>Importing to Alfresco templates</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/importing-to-alfresco-templates/m-p/72467#M47107</link>
      <description>I'm working on a utility that will import content as templates. I createan xml in CIFS and then programmatically (using AVMRemote API) set the property:"{http://www.alfresco.org/model/wcmappmodel/1.0}parentformname"to the name of the form. The system, however, does not recognize the xmlfile as a tem</description>
      <pubDate>Wed, 10 Jan 2007 23:38:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/importing-to-alfresco-templates/m-p/72467#M47107</guid>
      <dc:creator>harrymoore</dc:creator>
      <dc:date>2007-01-10T23:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: Importing to Alfresco templates</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/importing-to-alfresco-templates/m-p/72468#M47108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am also trying to modify existing xml template files through the CIFS drive but Alfresco does not properly build the form in the UI after a change.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2007 13:12:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/importing-to-alfresco-templates/m-p/72468#M47108</guid>
      <dc:creator>harrymoore</dc:creator>
      <dc:date>2007-01-11T13:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: Importing to Alfresco templates</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/importing-to-alfresco-templates/m-p/72469#M47109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;you will need to apply the aspect as well for the ui to recognize the xml file as a form.&amp;nbsp; unfortunately, aspect related apis are not yet available via AVMRemote - they will be for GA.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;as for the second problem, do you have any more details (log error messages etc.)?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2007 22:19:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/importing-to-alfresco-templates/m-p/72469#M47109</guid>
      <dc:creator>arielb</dc:creator>
      <dc:date>2007-01-11T22:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: Importing to Alfresco templates</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/importing-to-alfresco-templates/m-p/72470#M47110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the update on the api. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;On the second issue, I'll get the latest build before trying again. Then I'll trap any error and post them.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2007 22:26:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/importing-to-alfresco-templates/m-p/72470#M47110</guid>
      <dc:creator>harrymoore</dc:creator>
      <dc:date>2007-01-11T22:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: Importing to Alfresco templates</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/importing-to-alfresco-templates/m-p/72471#M47111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;it seems like britt added aspect related to avmremote today.&amp;nbsp; you should be good to go with writing the clt to add form instance data from the file system now.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2007 07:16:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/importing-to-alfresco-templates/m-p/72471#M47111</guid>
      <dc:creator>arielb</dc:creator>
      <dc:date>2007-01-12T07:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: Importing to Alfresco templates</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/importing-to-alfresco-templates/m-p/72472#M47112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It works! Thanks. I updated my sample application to include creating a templated xml file in a sandbox. If anyone is interested, shoot me an email.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2007 22:01:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/importing-to-alfresco-templates/m-p/72472#M47112</guid>
      <dc:creator>harrymoore</dc:creator>
      <dc:date>2007-01-16T22:01:36Z</dc:date>
    </item>
  </channel>
</rss>

