11-07-2012 06:16 AM
…
<types>
<!– Definition of new Content Type –>
<type name="tr:tenderRequest">
<title>Tender request Form</title>
<parent>cm:content</parent>
<properties>
<property name="tr:title">
<title>Title</title>
<type>d:text</type>
</property>
<property name="tr:desc">
<title>Description</title>
<type>d:text</type>
</property>
<property name="tr:folderName">
<title>Folder Name</title>
<type>d:text</type>
<constraints>
<constraint ref="tr:foldernameLength"/>
</constraints>
</property>
<property name="tr:advertDate">
<title>Advertising Date</title>
<type>d:date</type>
</property>
<property name="tr:closingDate">
<title>Closing Date</title>
<type>d:date</type>
</property>
<property name="tr:accNo">
<title>Account No</title>
<type>d:text</type>
</property>
<property name="tr:budget">
<title>Budget Amount($)</title>
<type>d:float</type>
</property>
<property name="tr:lumpsum">
<title>Lump Sum($)</title>
<type>d:float</type>
</property>
<property name="tr:estCost">
<title>Schedule of rates - Estimated total cost($)</title>
<type>d:float</type>
</property>
<property name="tr:commentBudget">
<title>Comment for budget</title>
<type>d:text</type>
</property>
</properties>
<associations>
<association name="tr:projectOfficer">
<title>Project Officer</title>
<source>
<mandatory>false</mandatory>
<many>true</many>
</source>
<target>
<class>cm:person</class>
<mandatory>false</mandatory>
<many>false</many>
</target>
</association>
</associations>
</type>
</types>
<aspects>
<aspect name="tr:extendable">
<title>Extended Tender Form</title>
<properties>
<property name="tr:tenderNo">
<title>Tender No</title>
<type>d:text</type>
</property>
</properties>
<associations>
<association name="tr:panelMembers">
<title>Evaluation Panel Members</title>
<source>
<mandatory>false</mandatory>
<many>true</many>
</source>
<target>
<class>cm:person</class>
<mandatory>false</mandatory>
<many>true</many>
</target>
</association>
</associations>
</aspect>
</aspects>
….
I have created custom content and have applied aspect to it.11-08-2012 04:17 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.