Hi Folks,
Just curious, since this thread has been open for quite a number of years, has there been any changes to outsystems since then to improve this situation?
Hi Caulibeam,
The default in statics entities is still to be auto number and the id can be different in every environment. I always change this setting IsAutoNumber to No. This way i need to set the id's myself but they are the same in all the environments.
Regards,
Marcelo
Hi, there are four ways to use this static entity:
1. change the id to type text - so you now create a natural key, instead of synthetic key (auto number)
2. set autonumber off - as suggested above
3. use as is - default autoincrement
4. back door - find physical table relating to that entity, say it ossyss_entity_record, sequence_table, etc
regards