I am looking to generate a non-continuous random number sequence for Appointment ID's in the Transportation Management module. It is important that the numbers are non-sequential.
I have set the preallocation to 10 numbers, however after doing some more research, it looks like this will only generate a non-continuous sequence if my user logs out and then opens a new session (where a new preallocation would take place). My user will not be logging out when entering multiple appointments in a row, and I am looking for those appointment numbers to be non-sequential. It is important that they skip around so the drivers using these appointment numbers can't guess what the next number will be. Is there a parameter that I can set to do this or will this require a custom enhancement?
Thanks!