01-28-2011 04:58 AM
<types>
<type name="my:Costs">
<title>Costs</title>
<properties>
<property name="my:sellPrice">
<type>d:double</type>
</property>
<property name="my:sellQuantity">
<type>d:int</type>
</property>
<property name="my:sellCost">
<type>d:double</type>
</property>
</properties>
</type>
</types>
<aspect name="my:Invoice">
<properties>
<property name="my:invoiceNumber">
<type>d:text</type>
</property>
<property name="my:invoiceCompany">
<type>d:text</type>
</property>
<property name="my:invoiceDate">
<type>d:date</type>
</property>
<property name="my:invoiceComment">
<type>d:text</type>
</property>
</properties>
<associations>
<child-association name="my:invoiceElements">
<target>
<class>my:Costs</class>
<mandatory>false</mandatory>
<many>true</many>
</target>
</child-association>
</associations>
</aspect>
and i need to get sellCost = sellPrice*sellQuantity can someone can write how to do this? 01-28-2011 06:09 AM
02-01-2011 05:43 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.