function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Heather WeyckerHeather Weycker 

dynamic scheduling

I'm in need of creating dynamic scheduling within the platform; here's our use case: 
  • CS Agents utilize the "Book Appointment" button on Opps to auto-generate available appointment times for Sales Reps in the field
  • The need is to have the first appointment be at the start of the day, and the next appointment generate after the first appointment ends plus drive time to the next appointment
  • Goal is to avoid set appointment start times and have appointment availability be based on drive time between appointments with a goal of having as many appointments as possible scheduled in a day
  • EX: Appt #1 starts at 9am and is an hour long ending at 10am, the next appointment to populate as available should be 10am + drive time to the next customer's home, so if it is a 15 min drive the appointment would show to the CS Agent as 10:15 am...and so on and so forth
Can anyone provide suggestions to set this up?