Skip to main content
22-Sapphire I
December 17, 2018
Question

Cascading Attributes in Windchill

  • December 17, 2018
  • 3 replies
  • 6372 views

There are multiple postings on Cascading Attributes and some pretty good articles.

Finally tried - took me a little while to get all details right.

I'm attaching a little cheat sheet - may help someone.

3 replies

7-Bedrock
December 19, 2018

This feature is available only from Windchill 11.1 onwards.

1-Visitor
December 19, 2018

I'm still on Windchill 11.0 but very interested in Cascading Attributes.  I'm wondering how they use (if they use) any pre existing attributes?

 

James

5-Regular Member
December 26, 2018

The cascading attribute rule, an attribute must have a string data type, and a single, enabled enumerated value list constraint directly backed by a global enumeration. 

1-Visitor
January 30, 2019

Hi

 

Is there any solution to bring cascading of attributes in Windchill 11.0 M030 through customization.

We have a requirement for this use case?

Has anyone implemented the same?

 

 

1-Visitor
February 5, 2021

Yes Through Customizations ,you can achieve cascading of attributes in Windchill 10.2/11.0.

Steps:

1)Write DataUtility for cascading  attributes.

2)write javascript function (within onscope jsp page).

3)Call that Java script function from datautility (for onchange event).

4)Make Ajax call within Javascript function.

 

Hope this will help.

Do let me know if you stuck somewhere while writing code.

 

 

6-Contributor
April 25, 2024

Hi Ritesh,

Can you provide datautility class for the same.

 

Thanks