We have a custom script that creates account numbers on our contact entity. The issue I am running into is that there is nothing to stop a system user (think website account creation) and a user generated account creation from happening at the same time.
Question 1. Is there a way to force(?)/ implement a datetime that includes seconds on the system level?
Question 2. barring this (q1), would anyone have a mechanism that would allow me to create multiple contacts nearly simultaneously, but not delay the end user experience by artificially delaying their buying process for a minute.
TIA