Skip to main content
13-Aquamarine
September 12, 2025
Question

Advance Search ->Editing Multiple Parts->Edit Classification/Manufacturing attributes in same window

  • September 12, 2025
  • 1 reply
  • 506 views

Version: Windchill 13.0

 

Use Case: I am using windchill pdmlink 13.0.2 version. I want to customize Advance Search -> Search parts -> Edit Multiple Object 


Description:

I want to customize Advance Search -> Search parts -> Edit Multiple Object to
1. Add editable columns for classification attributes related to selected Part
2. Add editable columns for Manufacturing part attributes related to selected part.

 

Can you please guide me in implementing this ? 

1 reply

13-Aquamarine
September 15, 2025

Try to create tableView and tableBuilder extending the standard windchill feature(OOTB) and add the missing classification attributes as required

13-Aquamarine
September 15, 2025

Can I use existing editMultiObject JSP ? 

Also in case of another requirement , I need to fetch the Manufacturing parts connected to selected parts and show the manufacturing parts attributes in Edit mode. I can write a querySpec to fetch the connected MEPs , but where do I invoke it from  ? 

13-Aquamarine
October 3, 2025

1- Technically speaking yes, but i would recommend to create your own custom jsp so that you avoid the maintenance of the standard jsp(if you opt for using the exisiting jsp,even in you put the standard jsp insafe area, you would have to do the merge if there is an OOTB change of a future windchill release).

2- You can invoke for example from the tablebuilder buildData method.