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

We are happy to announce the new Windchill Customization board! Learn more.

Cascading Attributes in Windchill

MikeLockwood
22-Sapphire I

Cascading Attributes in Windchill

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.

5 REPLIES 5

This feature is available only from Windchill 11.1 onwards.

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

mfadel
12-Amethyst
(To:JHall)

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. 

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?

 

 

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.

 

 

Top Tags