Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
Hello All,
I have one attribute in create Part Wizard the value of that attribute is dyanamic(comming from 3rd application) on the basis of that I want to show the other attribute Group(like bussiness, General) So How I can do this customization?
Thanks,
Basheer
@HelesicPetr
Sounds like a case for cascading attributes:
Hi @avillanueva ,
No In cascading we need Enumeration values here values will be dyanamic.
Thanks
Hi @BA_10670508
What does it mean "dynamic"?
CAD Parameters values A,B,C,D can be also enumerated. And you also need to know what values can be there for another chooses so they need to be also enumerated.
For value A another parameter can appear and can have specific values. Here you also need to know what values can be shown for value A. So you need another enumeration and so on.
If you really need to create custom wizard you will need to learn how to do so.
In Windchill installation there is catalog of examples how you can customize wizards....
http://windchillserver.comp.com/Windchill/app/#ptc1/componentCatalog/componentCatalog?oid=OR%3Awt.org.WTUser%3A207&u8=1
hope this can help as a start point
PetrH