Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
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 ?
Try to create tableView and tableBuilder extending the standard windchill feature(OOTB) and add the missing classification attributes as required
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 ?