Hi Vel, Are you looking to sort enumerated values in an ape (extensions form) by order of creation of the enums? There is an SDK api EnumeratedValue[] EnumeratedProperty::getSortedValues() which returns enums sorted per the specified sort order. by corollary, custom application developers can explicitly provide a sort order for enums on an EnumeratedProperty. see EnumeratedValue.setSOrtOrder(int) I don't think the APE framework currently supports a call to getSortedValues(), but I believe that this will be addressed as a forthcoming bug fix. Please let me know if I've misunderstood your question.
↧