Community Tip - You can change your system assigned username to something more personal in your community settings. 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?