What’s New > Windchill > 11.2.1.0 > End User > Type and Attribute Management: Support for Boolean Values in Cascading Attributes
  
Type and Attribute Management: Support for Boolean Values in Cascading Attributes
Product: Windchill
Release: 11.2.1.0
Summary
Cascading attributes enhances support of Boolean datatype.
Additional Details
Previously, attributes of Boolean datatype were supported only in the Then clause of a cascading rule. This support of Boolean datatype has been enhanced to include in If and And If clauses.
For example, consider the following cascading rule:
If Vehicle_is_Car = Yes, then Helmet Required = No.
If Vehicle_is_Bike = Yes, then Helmet Required = Yes.
In this example, Vehicle_is_Car and Vehicle_is_Bike are Boolean attributes for which values can be assigned in the If clauses of a cascading rule.
Related Information
For more information, see Cascading Attributes Tab.