I'm creating a new view entity that has to contain several different
attribute records from the same table.
Attributes are distinguished by a combination on an id and the
attrName. I've used a combination of fields for a view link, in
another case, before like so:
<view-link entity-alias="SUB" rel-entity-alias="OI" rel-optional="true">
<key-map field-name="orderId" rel-field-name="orderId"/>
<key-map field-name="orderItemSeqId"
rel-field-name="orderItemSeqId"/>
</view-link>
What I'd like to know is, is it possible to have like a
'rel-field-value' type thing where I could specify the attrName
instead of a rel-field-name?
Then the other thing is, when I was creating other views entities, I
found you can't relate to the same entity twice in the same view
entity even if you def it twice with 2 alias, I worked around this by
creating a new view entity the joined the first one but there must be
another way around this, else will I have to create a new view entity
the relates to the last one for each attribute I add?
--
Regards,
Justin
Venture-Net Research & Development