We use autonumbering for our transactions, with prefixes, e.g. IV13455 for Invoices.
We’ve recently enabled OneWorld and we now have multiple subsidiaries that will be creating transactions in the system. We’d like to keep a common number sequence across each transaction type, but prefix the tranid values with a subsidiary-specific prefix, such as “SubA-“, “SubB-“.
I’d expect to get records that look like this:
SubA-IV13455
SubB-IV13456
SubC-IV13457
SubA-IV13458
SubA-IV13459
I thought that enabling Subsidiary-Specific Transaction Auto-Numbering would achieve this, but instead we are ending up with this:
IVSubA-0001
Two issues here: the numbers are reset to 1 and seem to have a different increment tracker for each Subsidiary, and secondly the Subsidiary prefix is coming AFTER the Transaction Number prefix.
Any suggestions on how to achieve our desired naming convention using AutoNumbering?