Visitor Registration - Multi Day option
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-13-2024 08:25 AM
We've been building our Visitor Registration form (Register a Guest) and I was curious if anyone has developed a multi-day approach?
Currently, when filling out the form, the arrival date and time & departure date and time must be the same day. When submitted this creates a single Visit record which the corresponding Visitor Registrations will be referenced via the 'Source visit' field.
In order to make multi-day possible, we would need to create multiple Visit records, and multiples of each Visitor Registration record so each Visit has the same people and dates.
Has anyone tried this before?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-15-2024 03:23 PM
Hi @Community Alums
We have the visitor management and we have configured for multi day. All that we did is, changed the logic in catalog client script"Evaluate Arrival and calculate departure" in Visitor record producer.
Employees can register for multi days, but with one single register and single record in visitor registrations.
Hope it helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-17-2025 09:48 AM
Hi @Raj_Esh
Did that create multiple visitor registrations and what logic change done to accomplish this.
Thank you!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-03-2025 08:00 AM
Hi @vishmahajan
It will create one source record in sn_wsd_visitor_visit, and visitor records in sn_wsd_visitor_visitor_registration.
Hope it helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-02-2024 12:22 PM