Hi All,
When creating a business object with the VB default tenant database, VB automatically manages the ID generation for the key field. However, how can we generate the maximum primary key ID for the key column when creating a BO based on a schema from the ATP database table?
Could anyone provide some insights? Should we call the REST API to retrieve the maximum value from the response, or is there a better approach? I believe that this method may not be suitable if the data volume increases over time.
Thanks!