Hello,
We have a heterogeneus Overview using abstract and 4 subtypes. On the overview model - custom actions we have added a subheader Button with “add” event. Clicking on it displays an overlay container with 4 rows, where each row has a label with name corresponding to the subtype document model label.
Those rows are sorted alphabetically. We want to have custom sorting of those rows. Any help in achieving this would be gladly appreciated.
I think we can close it, or feel free to post your ideas or solutions.
We used a frontend solution, using custom OverviewEngine. There we accessed the DocumentModel and that object already contained the subTypes, which we could modify (sort).
That sound like a solution already, but instead of using a custom Overview Engine to modify DocumentModel’s subTypes annotation on the header, right? Couldn’t you directly make the change to document model file?
Hi @tri-sheer-boulder! Yeah we have other customisations to OverviewEngine, so it’s a solution. Regarding your tip, Im not sure what you mean, but I think that eventually the labels were sorted alphabetically regardless of what we did in document or overview model files.