Getting the IBA display Name in Object Initialization Rules
Hello,
I am trying to set OIR for a WTpart.
I want to get the name from an Enumerated List assigned to an attribute GROUP.
When I create the part I get is the Internal name of the attribute (see part of the code bellow).
My question is how I get the display name of that attribute.
......
<AttrValue id="name" algorithm="wt.rule.algorithm.BooleanBranch">
<Value algorithm="wt.rule.algorithm.EqualsTest">
<Attr id="genericType"/>
<Arg>variant</Arg>
</Value>
<Value algorithm="wt.generic.rule.VariantNameGenerator">
<Arg>{GEN:wt.enterprise.SequenceGenerator:variantnameseq:20:0}</Arg>
</Value>
<Value algorithm="wt.rule.algorithm.StringConstant"
<Attr id="IBA|GROUP"/>
</Value>
</AttrValue>
Thanks in advance

