I have the need to automatically create a unique, system-generated record for cases (records), to mirror the existing manual file reference number implemented in our business.
For example:
Each case will have a number such as “DEP-YYMMDD-001-XYZ”, with DEP being a Department Code, then a date, then a unique number for all cases opened on that date, and lastly the initials of a case handler.
Is that possible?