STACK PATTERN
Salesforce can capture a requested service date on a Case or case via standard fields. That date capture is a free-text choice; it doesn’t check whether the date is achievable against the current own-fleet route plan, vehicle capacity or SLA load. The mismatch surfaces the next morning when the planner sees a case with a date that doesn’t fit any route. eLogii’s slot booking co-pilot queries the live plan and returns only slots that actually fit. Surface it in Salesforce's customer-facing portal, your e-commerce checkout or your CSR workflow.
Salesforce gives you several surfaces for capturing a requested delivery date, all of them blind to the operational route plan.
None of those query the actual route plan. The first time anyone checks whether the date fits is when the planner runs optimization the next morning.
Three patterns predictably show up at scale.
The fix is to never offer a date that doesn’t fit. The slot booking co-pilot is that calculation.
The co-pilot is a route-aware availability service exposed via REST. Given the customer’s delivery address, the order details (weight, cube, special handling), and the requested date range, it returns the set of slots that can be served without breaking optimized routes.
The co-pilot is a REST endpoint, so it can appear anywhere that captures a delivery date. Three common surfaces in a Salesforce stack:
The endpoint is the same. The display surface depends on where you want the customer or CSR to interact.
Once a slot is confirmed (CSR, checkout, customer-self-reschedule, SMS link), the chosen window writes to the Salesforce sales order via Salesforce REST API. The exact target field is a configuration choice during the integration build, typically against a custom field for the slot window (e.g. custbody_delivery_slot_start, custbody_delivery_slot_end) or against the requested delivery date / time fields.
The planner sees the slot on the order in Salesforce. eLogii holds the slot against the optimized plan. The driver picks up the order at the right time. No reconciliation, no day-after surprises, no failed visits because the slot was achievable to begin with.
30-minute working session. We’ll wire the slot endpoint to a test surface (CSR mock or your storefront sandbox), book a slot, watch it write back to a Salesforce sales order.
No. Salesforce’s sales order form captures a requested delivery date through a standard date picker. It does not query a live route plan to check whether that date is achievable against current vehicle capacity, time windows or driver coverage. The mismatch surfaces the next morning when the planner sees an order with a date that doesn’t fit any route. Customers or CSRs are picking dates blind to the operational reality.
An availability service that queries the live route plan and returns only delivery slots that can be served without breaking optimized routes. The customer or CSR picks from real options, not from a generic calendar. eLogii’s slot booking co-pilot is the route-aware availability calculation: given the current plan, the vehicles, the depots, the time windows, the SLAs, which slots can actually be offered.
Three common places. The CSR workflow when an agent is taking an order or rescheduling a delivery (CSR calls the eLogii slot API and offers real options). The your e-commerce storefront at checkout (customer picks a route-aware slot before submitting the order). The Salesforce's customer-facing portal self-service reschedule (existing customer logs in and reschedules onto a slot that already fits). All three surfaces call the same eLogii REST endpoint.
Two measurable effects from customers running this pattern: around 35% fewer failed visits because the slot was achievable to begin with, and around 70% of reschedule requests handled without coordinator involvement because the customer picks from real options rather than calling in. Both translate directly to fewer support tickets and lower miles per delivered stop.
Once the customer or CSR confirms a slot, the chosen window is written to the Salesforce sales order via Salesforce REST API: typically against a custom field for the slot window or directly onto the requested delivery date / time fields. The planner sees the slot on the order, eLogii holds the slot against the optimized plan, and the route picks up the order at the right time.
Last updated: June 2026. Salesforce sales order, Salesforce's customer-facing portal and your storefront capabilities drawn from Salesforce’s public documentation: Salesforce Developer documentation and Salesforce REST API API reference. eLogii slot booking co-pilot documented at elogii.com/product/slot-booking/.
Custom simulation
A 30-minute working session with our solutions team. We take a sample of your real jobs, depots, vehicles and SLAs, run them through the eLogii engine, and show you the projected delta against how you plan today. No slides, no generic benchmarks.