MikeMike1
9 years agoQrew Cadet
Pick List
This is sort of two questions, though I only need one answer. We use QB as our CRM. One of the items we include for each new customer is a code name. Each codename is required to be unique in the f...
Just use script and don't even worry about collisions. Here are two methods:
Pastie Database
https://haversineconsulting.quickbase.com/db/bgcwm2m4g?a=dr&rid=558
The first method just generates a random 8 character "password" while the second method generates a ob32 encoded string based on the current time. FWIW, ob32 encoding is the encoding used to generate dbid's.
I seriously doubt you will have to worry about two people having the same code or that someone would attempt to discover the ob32 string by regenerating it through code based on the timestamp.