How to create a number field that is auto generated sequential integer like Record Number?
Summary:
We need to create a field of number type that should be unique like Record number. Currently we have a number field that is generating the next value via Groovy script. This causes duplicates sometimes and impacts our data quality and business activities. This generation of next number is triggered via UI, Import or API calls, and with using multithreading in our integrations this gives us much problem.
Is there a way to create a custom field number type where value is auto generated sequence number like Record Number? Please note that we cannot use the Record Number as the required field can change but is still associated to the same record number.
Tagged:
0