Hello,
I ran an import for records in a model on one branch and all the id’s are numeric, when I run the same import in another branch all the ids are alphanumeric. Do you know if I can control this and if so what setting is it? I just want all the branches to be consistent in how the id’s are set, preferably numeric. Thanks.
The past IDs should remain static, to ensure that even if you have some hardcoded IDs in your code, they will still be fetchable as always, but new records will follow the new convention.
Let us know if we can do anything to help with the transition