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

Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X

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

pjoshi-3
1-Visitor

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-Visitor
(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.

Announcements

Top Tags