Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
Hi All,
Anyone know how to set dedault value for hard attributes?
e.g. Set default value for a WTDocument's name
I tried use initial rule like this:
<AttrValue id="name" algorithm="wt.rule.algorithm.StringConstant">
<Arg>TestDefauleName</Arg>
</AttrValue>
<AttrConstraint id="name" algorithm="com.ptc.core.rule.server.impl.GatherAttributeConstraints">
<Value algorithm="com.ptc.core.rule.server.impl.GetServerPreGeneratedValue"/>
</AttrConstraint>
but it failed. anyone can give me a hand?
