Visitor Registration - Multi Day option

Community Alums
Not applicable

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?

4 REPLIES 4

Raj_Esh
Kilo Sage
Kilo Sage

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.

 

 

--Raj

Hi @Raj_Esh 

 

Did that create multiple visitor registrations and what logic change done to accomplish this.

 

Thank you!

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.

--Raj

connorlyons
Kilo Sage

@Community Alums 

 

I have done the same as @Raj_Esh mentioned.