Does anyone know if it's possible to define the initial value of the Id field in a new table?
Instead of starting in 1, start in 30 000 for example, and then go 30001, 30002, etc....
Thanks.
Hi Nelson,
with the AutoNumber property as True I think not. There is no parameter for that.
You can create your own AutoNumber logic.
Regards
Hi Nelson
What Jose has said is absolutely right, with the AutoNumber we cannot manage that but Saying "NO" to AutoNumber OS allowed us to manage the ID. Just for example here I created sample logic to set the ID based on length.
https://personal-9qwkrkgl.outsystemscloud.com/ForumHelp/Random?_ts=637600351373784850
Please Note: the Logic of length is not valid, it is Just for example. As if someone deleted the entry from middle of records, it will generate the same ID given to last row. But this is only a walkthrough of what could be done