We have a unique situation where we need to generate hard copy tickets, as well as sell tickets online – therefore we need them to pull from the same database during checkin so we can utilize the app.
My question is: Is there a way to generate 8,000 Registration IDs to send to the ticket printing company without having to “purchase” 8,000 tickets in increments of 250 from the front end? The sessions frequently time out during requests of 200 tickets or more…even with increased input vars and execution time.
Is there some kind of database query we can run that will generate those in bulk for us?
I’m afraid there isn’t a feature or a single database query that can do this correctly. There are a number of relationships between database tables (for the attendee, registration, transaction, ticket type/price, and datetime within the event) that all come together to give meaning to that Registration ID. So while a query could be used to populate the registrations table with more rows with unique registration codes, they wouldn’t be connected to any transactions, attendees, or the date time within the event.
Viewing 1 reply thread
The support post ‘Create Bulk Registration IDs’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.