Table of Contents

Launching the standard Booking Wizard from a custom script

You can configure a custom front-end script to launch the standard Booking Wizard, and even provide default values for specific fields (service definition, timing, resources, etc.).

To do so, use the same code as is used to silently create a booking, but use the overloaded CreateNewBooking method that accepts the IsSilent input argument:

reservation = bookingManager.CreateNewBooking(engine, bookingData, functions, customEvents, properties, false);