Problem
When bulk moving services in the Builder, an error popup appears saying âThis Date is Closed Outâ and prevents the line items (including surrounding items) from moving to the correct dates.
What We Found
The customer had a custom validation rule on the Itinerary Item object that prevents saving records when inventory status is Closed. The Builder saves itinerary items in batches - if one item fails due to a validation rule, the entire batch fails and all changes are rolled back. This is why surrounding items also werenât updated even though they werenât the ones with closed inventory.
Solution
- Identify the custom validation rule on the Itinerary Item object that blocks saving items with Closed inventory status
- Choose one of two options: (1) Deactivate the custom validation rule, OR (2) Train users to replace items with Closed inventory status with other services before saving the Builder
Notes
- The Builder batch-save behavior is by design - all items in a batch succeed or fail together
- The validation rule is customer-specific (not a Kaptio standard rule)
- If a user doesnât click Save, items may appear to have moved but the changes havenât been committed yet
Warnings
â ïž Deactivating the validation rule will allow users to save itinerary items with Closed inventory status, which may have other business implications
Source: KHELP-12352