Automatic Employee Number Generation Based on two different Person Types
We want to generate a employee numbers based on the person types:
Ex:
Person type - ABC
Employee number should be ABC<Seq Number>
If Person Type = XYZ
then Employee number should be XYZ<Seq Number>.
Please let me know how the formula should be written?
Thanks,
Dev