Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
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.