I have been trying to figure out how to do this and I just can’t get anything to work.
Basically, we need to provide a customer with a special request number, based on their store id. This request number needs to be consecutive, except if it’s the same store. So, for example:
Store number
MIN001 10001
MIN288 10002
MIN388 10003
MIN388 10003
MIK123 10004
Any suggestions?