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

Community Tip - Help us improve the PTC Community by taking this short Community Survey! X

Translate the entire conversation x

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

AK_10131364
12-Amethyst

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

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 ? 

3 REPLIES 3
MTH
10-Marble
10-Marble
(To:AK_10131364)

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

AK_10131364
12-Amethyst
(To:MTH)

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  ? 

MTH
10-Marble
10-Marble
(To:AK_10131364)

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.

Announcements

Top Tags