I have a system that generates a 24ch alpha-numeric string as a tracking number. An example looks like this - 189824000163150 1AKL003HS.
This is great for what it does (there is information embedded in that string that tells me stuff that I need to know).
However, when a customer tries to use an IVR or web site to self service (a tracking enquiry) the number is way too long and prone to error when being entered via DTMF, Speech recognition or even when entered into a website.
Ideally I want to convert the number to something really easy to txt and print that on the label. A ~5ch Alpha code would be ideal, alpha-numeric is OK to.
Obviously I need to be able to embed the encode and decode code in websites and databases so that I can find the "real" number in my dB.
Please dont get too technical with me - I'm not a programmer - but I do know how stuff works (generally). I need some ideas that I can pass to a developer to go make it work.
This is great for what it does (there is information embedded in that string that tells me stuff that I need to know).
However, when a customer tries to use an IVR or web site to self service (a tracking enquiry) the number is way too long and prone to error when being entered via DTMF, Speech recognition or even when entered into a website.
Ideally I want to convert the number to something really easy to txt and print that on the label. A ~5ch Alpha code would be ideal, alpha-numeric is OK to.
Obviously I need to be able to embed the encode and decode code in websites and databases so that I can find the "real" number in my dB.
Please dont get too technical with me - I'm not a programmer - but I do know how stuff works (generally). I need some ideas that I can pass to a developer to go make it work.
Comment