Skip to main content
5-Regular Member
February 17, 2021
Solved

Customizing Action Item Attributes

  • February 17, 2021
  • 2 replies
  • 1599 views

Hi Team,

 

I have a case#15736155.

Customer creating the new attribute on New Action Item with the help of following link:

https://support.ptc.com/help/windchill/wc110_hc/whc_en/#page/Windchill_Help_Center%2FWCCG_BusLogicCust_CommTools_CustActionItems.html

 

We can make the changes in existing attribute, however with new attribute Display name get append with Action Item's internal name.

 

Entry form <Windchill>/codebase/wt/meeting/actionitem/attributeConfig.xml

 

<attribute resourceKey="AccountName"

enabled="true"

order="12"

required="false"

resourceBundle="wt.meeting.actionitem.actionitemModelRB"

displayType="textBox"

internalName="AccountName"

type="java.lang.String"/>

 

 

Please refer to the following screenshot:

15736155-2.png

 

Tried with crating the entry in actionitem

 

  @RBEntry("AccountName")

   public static final String DESC_LABEL = "7";

 

 

Save the file and execute the following command to compile actionitemResource.java :

 

ant -f bin\tools.xml class -Dclass.includes=*.java -Dclass.source=<Windchill_home>\wtCustom\com\ptc\netmarkets\actionitem

 

Still it show the same, just wanted to know if I am missing anything or is it work to spec, if yes, then the reason behind it.

 

Regards,

Amar

Best answer by AD_13592513

This is not part of functionality in 11.0 M030.

2 replies

AD_135925135-Regular MemberAuthorAnswer
5-Regular Member
February 23, 2021

This is not part of functionality in 11.0 M030.