Hi all!
I want to customize the case number attribute to an autoNumber which would change format based on the business unit it belongs.
For example: I have two BUs, the first one is called Sparks and the second is Peters&Peterson. These business units coexist in the same environment and both can issue cases, the conditions would be:
- Sparks can see/edit his own cases, but not P&P's
- P&P can see/edit his own cases, but not Sparks'
- root BU can see/edit both
- Sparks case number format would be something like
SPR-{RANDSTRING:4}-{SEQNUM:4}
- P&P case nuber format would be something like
PTR-{RANDSTRING:4}-{SEQNUM:4}
Is there a way to do this so it programatically choses the case number format based on the Business Unit?