05-27-2014 12:59 PM
<aspects>
<aspect name="foo:customer">
<title>AHA Customer</title>
<properties>
<property name="foo:customerno">
<type>d:text</type>
</property>
<property name="foo:customername">
<type>d:text</type>
</property>
</properties>
</aspect>
</aspects>
<config evaluator="aspect" condition="foo:customer">
<forms>
<form>
<!– Field visibility –>
<field-visibility>
<show id="foo:customerno" />
<show id="foo:customername" />
</field-visibility>
<!– appearance Element –>
<appearance>
<field id="foo:customerno" labelId="prop.foo_customerno" />
<field id="foo:customername" labelId="prop.foo_customername" />
</appearance>
</form>
</forms>
</config>
<field id="foo:customerno" labelId="prop.foo_customerno" label="customer number" />
<field id="foo:customername" labelId="prop.foo_customername" label="customer name" />
foo_bar.aspect.foo_customerno=customer number
foo_bar.aspect.foo_customername=customer name
05-28-2014 12:12 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.