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

Community Tip - Help us improve the PTC Community by taking this short Community Survey! X

Translate the entire conversation x

Business Rule

SC_9926422
7-Bedrock

Business Rule

I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.0.3

Business Rule- Attribute validation Configurationt

Example :
Set of Attribute -Subtype of Part1
Set of Attribute- Subtype of Part2

How to Load the Business Rule For these Case
ACCEPTED SOLUTION

Accepted Solutions

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.

View solution in original post

5 REPLIES 5

Using Attribute Rule ,We Can Configure for Particular Part.

But My Requirement like,

Need to configure  Multiple Subtype with different Attribute.

SC_9926422_0-1681961970724.png

 

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.

VK_1647
4-Participant
(To:BjoernRueegg)

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.

Announcements
Top Tags