09-18-2013 03:26 PM
…
<model name="al:altourmodel" xmlns="http://www.alfresco.org/model/dictionary/1.0">
<!– Optional meta-data about the model –>
<description>Altour Model</description>
…
<namespaces>
<namespace uri="http://www.altour.com/model/content/1.0" prefix="al" />
</namespaces>
…
<!– ================== Contract =================== –>
<type name="al:contract">
<title>Altour Contract</title>
<parent>al:doc</parent>
<properties>
<property name="al:vendor">
<type>d:text</type>
<mandatory>false</mandatory>
</property>
<property name="al:effectiveStartDate">
<type>d:datetime</type>
<mandatory>false</mandatory>
</property>
<property name="al:effectiveEndDate">
<type>d:datetime</type>
<mandatory>false</mandatory>
</property>
</properties>
</type>
…
############################################################
#
# Contract
#
type.al_contract=Contract
search.form.desc.al_contract=search for Contracts
property.vendor=Vendor
al_altourModel.property.effectiveStartDate=Effective Start Date
al_altourModel.property.al_effectiveEndDate=Effective End Date
09-18-2013 05:03 PM
<form>
<field-visibility> … </field-visibility>
<appearance>
<field id="al:vendor" label-id="al_altourModel.property.al_vendor">
…
</field>
</appearance>
…
</form>
#######################
#
# Contract
#
…
al_altourModel.property.al_vendor=Vendor
…
<appearance> section because I thought the default would accept my properties definitions if I just got the freakin' syntax right. And it was never about the syntax.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.