Topic: GL Account Numbers - Mix numbers and letters?
I want to set up a test company to see if I can get the results I need for one of our foreign subsidiaries. My big problem is the slicing and dicing we do to our financial data. I need to be able to track jobs (use a dimension), track business units (using the other dimension) and we also track departments.
The bigger companies in our corporate "family" use Microsoft Dynamics SL (YUCK!) and we consolidate everything into Cognos. Those bigger companies have a four digit account number and then a crazy subaccount number that includes the business units, departments, and even country/region (7000-COAD-CF-US).
I noticed the account field is varchar(15) ... if I could mix numbers and letters (and if I could use a couple dashes to make the account identifier easier to read that would be the best) I could easily set up a chart of accounts that would align with all the other bigger companies and make it easier to consolidate the data into Cognos with everyone else.
I thought that varchar was at least letters and numbers (not sure about special characters like dashes) but when I tried to use a couple different versions of my idea, the field kept saying only number data is allowed.
Is there any way to get around this restriction? I guess I could always create a mapping file in excel and convert the results before consolidating but it would be better for the end-users if they could easily see from the letters in the account "number" what dept and business unit they were selecting without having to do that mental conversion and potentially screwing up and posting something to the wrong account.