tags:

views:

12

answers:

0

How can you generate a unique value for a field that matches a concatenation of certain fields and a random number

i.e.

First Name: Jim

Last Name: Jones

Field Value: jimjones0345

obviously there's a need to ensure that this value was not populated before. How would one go about this?