I am building a system that will support multiple clients. The ticket numbers should be TKT0000001 for each client.
I am trying to avoid a ticket DB for each client because I do not want to have to maintain different tables and forms for each client when updates happen. Additionally, I am hoping to allow for a self-signup where a client can sign themselves up for the application, and therefore have a hands off approach.
I am stuck with how to have a customer table that has a number unique to that client starting at 0000001 that only increments when THAT client creates a ticket, and even if I DID find a way to do it, that the ticket numbers would not be unique.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
Kmiller
I am building a system that will support multiple clients. The ticket numbers should be TKT0000001 for each client.
I am trying to avoid a ticket DB for each client because I do not want to have to maintain different tables and forms for each client when updates happen. Additionally, I am hoping to allow for a self-signup where a client can sign themselves up for the application, and therefore have a hands off approach.
I am stuck with how to have a customer table that has a number unique to that client starting at 0000001 that only increments when THAT client creates a ticket, and even if I DID find a way to do it, that the ticket numbers would not be unique.
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.