Skip to main content
7-Bedrock
April 19, 2023
Solved

Business Rule

  • April 19, 2023
  • 2 replies
  • 1523 views
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
    Best answer by BjoernRueegg

    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.

    2 replies

    avillanueva
    23-Emerald I
    23-Emerald I
    April 19, 2023
    7-Bedrock
    April 20, 2023

    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

     

    17-Peridot
    April 20, 2023

    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.

    4-Participant
    November 24, 2025

    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.