The following is the client EUIM metadata file for Asset:
<Entity name="Asset" displayName="Asset">
<UserInterface>
<Clusters>
<Cluster label="Cluster.Title.AssetDetails"
numCols="2">
<Field label="Field.Label.AssetType"
columnName="assetType" mandatory="Yes"
use_blank="true"/>
<Field label="Field.Label.StartDate"
columnName="startDate" mandatory="No"
use_default="false"/>
<Field label="Field.Label.AssetValue"
columnName="value" mandatory="Yes"
use_default="false"/>
<Field label="Field.Label.EndDate"
columnName="endDate" mandatory="No"
use_default="false"/>
</Cluster>
<Cluster label="Cluster.Title.Comments">
<Field columnName="comments" mandatory="No"
metatype="COMMENTS" label=""/>
</Cluster>
</Clusters>
</UserInterface>
</Entity>
The following is the associated properties file for Asset.euim:
Cluster.Title.AssetDetails=Asset Details Field.Label.AssetType=Type Field.Label.AssetType.Help=The type of the asset Field.Label.AssetValue=Value Field.Label.AssetValue.Help=The value of the asset Field.Label.StartDate=Received Field.Label.StartDate.Help=The date the asset was received Field.Label.EndDate=Disposed Field.Label.EndDate.Help=The date the asset was disposed Cluster.Title.Comments=Comments Cluster.Title.Comments.Help=Additional information