|
Many organizations have client identification numbers that are generated based on certain business logic.
This pattern communicates a lot of information, allowing the exact location of a member to easily be determined from the number alone.
For example, Digamber's customer identification number follows this pattern:
First 2 digits (regional code) next 3 (Branch code) next 2 (center Code) next 4 (group code) last 2 (membership ID - 01-05)
For example it would be 01 003 02 1234 05 ---> 0100302123405
|