Solved! Go to Solution.
You need to create different rules for each subtype
Rule1 for objectType = wt.part.WTPart with excludedType=<domain>.subtype1 and 2
Rule2 for objectType = <domain>.subtype1
Rule3 for objectType = <domain>.subtype2
Load those rules in to one or multiple rule sets.
https://support.ptc.com/help/wnc/r12.0.2.0/en/index.html#page/Windchill_Help_Center%2FBusRules.html
or be more specific with the question.
Using Attribute Rule ,We Can Configure for Particular Part.
But My Requirement like,
Need to configure Multiple Subtype with different Attribute.
You need to create different rules for each subtype
Rule1 for objectType = wt.part.WTPart with excludedType=<domain>.subtype1 and 2
Rule2 for objectType = <domain>.subtype1
Rule3 for objectType = <domain>.subtype2
Load those rules in to one or multiple rule sets.
Hi,
Can we use Attribure rule for below condition.
I have one attribute abc on part subtype
And another xyz on change notice .
If xyz has value which strts from like B00.. then part iba abc shoul not be nuĺĺ
Or 2 attributes on same subtype of part can we add conditions inattribute rule.
I don't believe you can do cascading attribute checks out of the box. That's something you need to develop by yourself.
