Skip to main content
Solved

Override the order of list elements of a tab

  • November 18, 2025
  • 2 replies
  • 12 views

Forum|alt.badge.img+1

Hello Everyone,

 

we want to change the order of list elements on the page PartCost.client These list elements are inside of a tab. I already learned that i can not do an Overtake like in the PL/SQL files. So i tried it this way:

 

 

But the result was, that the tab was now duplicated in the Client on with the original order and one with my custom order.

 

Is it even possible to change the order without using the PageDesigner?

 

Greetings

 

Daniel

Best answer by PhillBronson

@DanielPesch I do believe `@Overtake` is available in the client as well, same rules and ownership apply per the documentation.

I’m curious what more experienced IFS developers would do, but my first thought is cloning the list elements. Then making the original list elements in the tab not visible and placing your clones in their place with your desired order.

2 replies

PhillBronson
Hero (Customer)
Forum|alt.badge.img+11
  • Hero (Customer)
  • 197 replies
  • Answer
  • November 18, 2025

@DanielPesch I do believe `@Overtake` is available in the client as well, same rules and ownership apply per the documentation.

I’m curious what more experienced IFS developers would do, but my first thought is cloning the list elements. Then making the original list elements in the tab not visible and placing your clones in their place with your desired order.


Forum|alt.badge.img+1
  • Author
  • Do Gooder (Customer)
  • 4 replies
  • November 18, 2025

Hi ​@PhillBronson, thanks for your reply!

Yes you are right i was a little bit unspecific i tried the overtake with $Search und $Replace and this one was not working. I now tried is with a bare @Overtake and copied the whole page and changed the order of the list elements. This works for me. 

Thanks for giving me the right clue!