Skip to main content
10-Marble
February 12, 2026
Question

How to show classification Edit attribute page in custom wizard ?

  • February 12, 2026
  • 2 replies
  • 41 views

Version: Windchill 12.0

 

Use Case: We have a usecase where there are some child parts in a Product structure. These child parts are having the same classification node and likely the same classification attributes., but these are different part numbers for a business reason. The requirement is that it must be possible to select these parts with same classification , inside a PSB, and bulk edit the classification attributes. These parts are easy to find in the PSB as we use autonaming.


Description:

I have a custom wizard which has some other steps, and one of the steps is the bulk edit of classification attributes for chosen parts in PSB (having same Class nodes assigned).

How to show the edit classification step in my custom wizard (as a wizard step)?

 

2 replies

16-Pearl
February 12, 2026

Hi @HV_13054754,

This should be feasible. When you debug the OOTB Create Part action JSP (createPartWizardView.jsp), you will notice that the step action setClassificationAttributesWizStep is invoked and used.

You can review the OOTB implementation and attempt to replicate the same approach in your customization.

Community Manager
February 19, 2026

Hello @HV_13054754

 

It looks like you have a response from a community member. If it helped you solve your question please mark the reply as the Accepted Solution. 
Of course, if you have more to share on your issue, please let the Community know so other community members can continue to help you.

Thanks,
Vivek N.
Community Moderation Team.