Smart default order_no for a reference

Related products: Software Factory

Case
When adding a column to a table, often we have a generated trace column with a high order_no, this so the columns are always in the back of the table. When adding a new column the SF checks what the maximum order no is within the table, when there is a number with a bigger step then 100 the SF ignores this, which is really helpfull for adding new columns.

In our end product we have generated views for history tables, these have an automatic generated reference with an order_no of 999, when adding a new reference this will get the max number + 10, so a new reference will be 1009, can you add the same logic for this order no as well?

And maybe add this for all the functionality which has a automatic generated order_no?

NewOpen