Service Request Number Generation
I have the requirmenet to generate the Service Request Number which will be Alphanumeric i.e.,
I have Departments (which are defined as CRM Groups), so based on the SR Types the Service Requests will be assigned to sepcfic Depts, now the requirment is for the Service Request Number , the generation should be specific to Department i.e.,
For Dept A -> The Numbers should be DEPA001,DEPA002,DEPA003...
For Dept B -> The Numbers should be DEPB001,DEPB002,DEPB003...
Basedon my understanding the Service Request Number is generated based on the Sequence "cs.cs_incidents_number_s".
Can you please help me if there is any way through personalization or etc can I acheive the above stated functionality.