Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
i need to add an editable Additional Comments column to Affected Objects table to be used in Problem Report and Change Request.
How do i do that?
1. created new attribute called ADDITIONAL_COMMENTS
2. added to Affected Activity Data type, wt.change2.AffectedActivityData.
3. i updated the com.ptc.windchill.enterprise.change2.change2clientResource.java with the following:
@RBEntry("Additional Comments")
@RBComment("Label to be used in the Table Views")
public static final String CHANGE_LINK_DESCRIPTION2 = "CHANGE_LINK_DESCRIPTION2";
4. updated the wncWeb.jar file
- what else do I need to do??
- I want to make this attribute editable while adding parts to Affected Objects. Right now, it does not allow to do so.
The only OOTB attribute it Comments is editable.
I have exactly the same requirement. Can you please share if you have achieved this.
This is unfortunately not that easy.It's described in the customization guide in the chapter
"Editing Attributes on the Links of Change Relationship Tables"
You need to create following:
Quang Lam Ashwini Kr
Were you able to achieve this ?
If yes can you share the steps ?
You can find documentation on doing this here:
The Solution in the link doesn't seem to be correct, couple of classes and methods mentioned in it does not exist.
If you have a sample implementation kindly let me know.
Thanks & Regards,
Archit
Archit Todi please open a call with TS and let me know the number. If Help is out of date we need to update it it.
I did not file a call, I was able to achieve it with some work around.
For Change Tasks this is available in the Wizard -for Workflow activities it is still a roadmap item
Jeffrey Zemsky what do you mean with "it's available in the Change Task wizard?" Does it work to add an attribute to the ChangeRecord2 Link and we can add it to the view without all the customization?
Bjorn Ruegg - Ugh - I was responding to the wrong thread - sorry for any confusion.