cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X

How to set default value for Hard Attributes?

PingLi
1-Newbie

How to set default value for Hard Attributes?

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?

0 REPLIES 0
Top Tags