<?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: Problem with Kofax Release Script for Alfresco &amp; Ascent in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-kofax-release-script-for-alfresco-ascent/m-p/83540#M56118</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you it works!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Seem that the tag &amp;lt;title&amp;gt; must also be defined for every properties in order to see them in Kofax Release Script in Ascent.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Jul 2007 13:32:55 GMT</pubDate>
    <dc:creator>pashu</dc:creator>
    <dc:date>2007-07-13T13:32:55Z</dc:date>
    <item>
      <title>Problem with Kofax Release Script for Alfresco &amp; Ascent</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-kofax-release-script-for-alfresco-ascent/m-p/83538#M56116</link>
      <description>I've a problem with the Kofax Release Script for Alfresco.I have a custom type in Alfresco and i can see it in the web client interface of Alfresco but i cannot see the properties in Ascent.Do i forget to set something in the XML file?Versions used: Ascent: 7.50.139, Alfresco: 2.1, Kofax Release Scr</description>
      <pubDate>Tue, 10 Jul 2007 07:22:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-kofax-release-script-for-alfresco-ascent/m-p/83538#M56116</guid>
      <dc:creator>pashu</dc:creator>
      <dc:date>2007-07-10T07:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Kofax Release Script for Alfresco &amp; Ascent</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-kofax-release-script-for-alfresco-ascent/m-p/83539#M56117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;After we made this change, the properties started showing up in the Ascent dialogue. Good luck.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In your types section, try defining your properties as mandatory aspects.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is an example of one, and you can take it from there.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;types&amp;gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;type name="sc:doc"&amp;gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;title&amp;gt;TestCustomType&amp;lt;/title&amp;gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;parent&amp;gt;cm:content&amp;lt;/parent&amp;gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;mandatory-aspects&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;aspect&amp;gt;sc:name&amp;lt;/aspect&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/mandatory-aspects&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;/type&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/types&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;aspects&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;aspect name="sc:name"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;title&amp;gt;Name&amp;lt;/title&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;properties&amp;gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="sc:name"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;title&amp;gt;Name&amp;lt;/title&amp;gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;type&amp;gt;d:text&amp;lt;/type&amp;gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;mandatory&amp;gt;true&amp;lt;/mandatory&amp;gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/property&amp;gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/properties&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;/aspect&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; *** REPEAT ABOVE FOR THE REST OF YOUR ASPECTS ***&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/aspects&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2007 21:33:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-kofax-release-script-for-alfresco-ascent/m-p/83539#M56117</guid>
      <dc:creator>larrys</dc:creator>
      <dc:date>2007-07-12T21:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Kofax Release Script for Alfresco &amp; Ascent</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-kofax-release-script-for-alfresco-ascent/m-p/83540#M56118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you it works!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Seem that the tag &amp;lt;title&amp;gt; must also be defined for every properties in order to see them in Kofax Release Script in Ascent.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2007 13:32:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-kofax-release-script-for-alfresco-ascent/m-p/83540#M56118</guid>
      <dc:creator>pashu</dc:creator>
      <dc:date>2007-07-13T13:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Kofax Release Script for Alfresco &amp; Ascent</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-kofax-release-script-for-alfresco-ascent/m-p/83541#M56119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello pashu,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;in the Alfresco forum I saw that you had the same Problem as I. I work with Invoices in Ascent and have a lot of Indexfields. I use Ascent Capture 7.5 and Alfresco Community 2.0 with the Alfresco Release Script 1.0.1. The Release Script works successfully but the only thing I see is the TIF-File without the Indexdata. I want to search the Images by Indexfields like invoice number or so on. IÃ‚Â´ve heard that I have to create a document model in Alfresco and after this I have to adapt the release script but my knowledge base is not so good in this case. I want to ask you maybe you can help me? What are the steps I have to do? How I create the document model, what I have to do with the xml-file and how I can adapt the Release Script? Please can you help me? ItÃ‚Â´s very important to me because this is a section of my dissertation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks and Greets Mandy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2007 13:23:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-kofax-release-script-for-alfresco-ascent/m-p/83541#M56119</guid>
      <dc:creator>mandy81</dc:creator>
      <dc:date>2007-08-02T13:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Kofax Release Script for Alfresco &amp; Ascent</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-kofax-release-script-for-alfresco-ascent/m-p/83542#M56120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello pashu,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;it works! Your xml-file gave me the right impulse! &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Mandy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2007 11:11:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-kofax-release-script-for-alfresco-ascent/m-p/83542#M56120</guid>
      <dc:creator>mandy81</dc:creator>
      <dc:date>2007-08-03T11:11:17Z</dc:date>
    </item>
  </channel>
</rss>

