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…
-
@Unique
-
Create a sequential number generator
-
Combination of user initials and date (jd-071212)
-
Use day/month/year with sequential number (071212-0001)
The list could go on and on…
HTH,
Dan