Hi. I want to set the starting number of orderids to say 100 million, to be able to reuse a non-incremental column in the ERP, but prevent ever conflicting with orders made directly in the ERP.
Can I just bump the autoid by explicitly making a row in Ecomorders with orderid 100 million or is there a more approved way of doing this?
Additional. I just noticed its anyway a string. Where is the counter stored in that case?
Addtional Additional: I found the setting in EcomNumbers. Think i'll mark my own post as answer ;)