Need a field with a 10 character alpha-numberic field for use as a customer ID. I'm going to try and be as specific as possible here, so I have broken it down into a list of questions.
How do you create such a field in MySQL? -Needs to be both numbers and letters -Needs to be able to not duplicate -Needs to be auto generated -Needs to be uppercase letters -Preferably made to where letters are not confused with numbers (don't know the term)
How do you implement this in SugarCRM 6.0 CE as a read only field?
I have done SOME php but it was mostly interfacing with a few different APIs.