Hello everyone,
In Oracle Visual Builder, how is request concurrency managed in an application extension when two users, accessing the same extension, attempt to submit a create request for the same entity simultaneously? In my case, if two users try to create a task with the same task number, the request fails, but to dynamically update the task number, I need to refresh the creation form because the numbering is calculated through an algorithm and everything is done locally. Currently, I have no way to check for this type of concurrency, nor do I have a way to manage concurrency when creating resources associated with a task. How can I solve this?