Skip to main content
1-Visitor
June 2, 2016
Question

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

  • June 2, 2016
  • 2 replies
  • 1965 views

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

2 replies

1-Visitor
June 17, 2016

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.

pjoshi-31-VisitorAuthor
1-Visitor
June 21, 2016

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.