I am developing a request form which lets students submit issues they are having with their accounts. For each request, I want to create a unique ID that starts with the first letter of the request type (e.g. refund, balance) followed by automatic numbering. Is this possible and, if so, what's the best way to do it?