Record Producer - Change tab order

Alexandre Magea
Kilo Expert

Hi,

I am developing a Record Producer and I would like to change the tab order.

It seems like ServiceNow tends to go from top to bottom, and then left to right within the same container. However, I need to go left to right, and top to bottom.

I tried to change the layout and change the input orders to keep everything in place, but the tab order remains the same.

Does anyone know how to change the tab order from left to right?

Thanks!

9 REPLIES 9

Hello,

Yea, that's why I wanted to ask that you clarify things a bit more, haha.

So it seems OOB there is no "efficient" way to do this.

The only method I've seen that seems to work is to create a container and place the two fields inside of that (using a split to get one over to the right column) and then end the container and keep making containers over and over. Supposedly...that allows you to go from left to right for row 1, then down to left for row 2 and again right, etc.

Please mark reply as Helpful/Correct, if applicable. Thanks!


Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

Hi,

I just wanted to check-in on this. Please mark my reply as Helpful/Correct if it has successfully answered your question.

Thank you!


Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

Hi,

I just wanted to check in on this. If my reply helped guide you correctly, please mark it as Helpful & Correct.

Thank you!


Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

Has anyone resolved this issue or found an alternative approach? I also have a need and would like to understand how to accomplish this change in behavior of the system. 

JG9
Tera Contributor

I have accomplished this by creating containers in groups of two fields and adding a container split between them. If you have an odd number of fields, create a container for the last field and add a split after the field.