Unique ID for CRM project

I want to create meaning full Unique ID for CRM project. For Contact ID and Org. Id

Subject: Unique ID for CRM project

@Unique is always a pretty good start…

There are many ways to create a unique ID…

  1. @Unique

  2. Create a sequential number generator

  3. Combination of user initials and date (jd-071212)

  4. Use day/month/year with sequential number (071212-0001)

The list could go on and on…

HTH,

Dan