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

Community Tip - Need help navigating or using the PTC Community? Contact the community team. X

In New Change Notice window Template drop down values should be sorted in alphabetical order

pjoshi-3
1-Newbie

In New Change Notice window Template drop down values should be sorted in alphabetical order

In New Change Notice window Template drop down values should be sorted in alphabetical order

2 REPLIES 2
kchen
1-Newbie
(To:pjoshi-3)

Hi Praful, this is working to specification according to https://support.ptc.com/appserver/cs/view/solution.jsp?n=CS228145.

Moreover, as we found before:-

ChangeManagementTemplateHelper – Line 126-128:

OrderBy localOrderBy = new OrderBy(SQLFunction.newSQLFunction("UPPER", localClassAttribute), false);

QueryResult localQueryResult = EnterpriseHelper.service.getTemplates((WTContainer)paramWTContainerRef.getObject(), localQuerySpec, new OrderBy[] { localOrderBy }, true, true, true, false, true, paramAdminDomainRef);


where EnterpriseHelper.service.getTemplates is unsupported API.

Thanks Kevin for your reply. Since we know it is an unsupported API and we cannot customize, that is why we have submitted an idea to PTC. Hopefully they will accommodate it in future releases.

Top Tags