02-18-2010 09:14 AM
<type name="my:test_type">
<properties>
<property name="my:test_property">
<title>Title</title>
<type>d:text</type>
<mandatory>false</mandatory>
</property>
…
I managed to configure Alfresco Share in a way that I can view and edit that new properties (http://edlovesjava.blogspot.com/2009/07/alfresco-forms-engine-customization.html).02-20-2010 01:02 PM
02-20-2010 01:20 PM
02-22-2010 03:06 AM
<config>
<client>
<search-max-results>100</search-max-results>
<simple-search-additional-attributes>
<qname>
{http://www.alfresco.org/model/content/1.0}description
</qname>
</simple-search-additional-attributes>
</client>
</config>
02-23-2010 08:35 AM
02-26-2010 06:46 AM
02-26-2010 09:05 AM
<property name="my:test_property">
<title>Title</title>
<type>d:text</type>
<mandatory>false</mandatory>
<index enabled="true">
<atomic>false</atomic>
<stored>false</stored>
<tokenised>true</tokenised>
</index>
</property>
02-26-2010 10:47 AM
02-26-2010 11:57 AM
03-01-2010 05:34 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.