A bookable capacity window a Branch offers (startTime to endTime), with per-weekday capacity fields (mondayCapacity through sundayCapacity) and a maximumCapacity ceiling. Applicability can be narrowed to an item or item group and classified by serviceType, serviceJobType and transactionType. Slots are consumed by appointment and fulfilment flows: delivery orders reference a requested delivery slot, product-demo appointments and opportunities reference their appointment slot, and per-date consumption is tracked on child BranchTimeSlotBooking rows.
Fields
| Field | Label | Type | Required | What it does |
ApplicableToItemGroupId | Applicable To Item Group | Lookup → ItemGroup | | |
ApplicableToItemId | Applicable To Item | Lookup → Item | | |
BranchId | Branch | Lookup → Branch | | |
CreatedById | Created By | Lookup → UserAccount | Yes | |
CreatedDateTime | Created Date | DateAndTime | Yes | |
DisplayName | Display Name | Calculated | | |
EndTime | End Time | TimeOnly | | |
ExternalId | External | Text | | |
FridayCapacity | Friday Capacity | Number | | |
Id | Id | Guid | Yes | |
IsActive | Active | Boolean | | |
MaximumCapacity | Maximum Capacity | Number | | |
ModifiedById | Modified By | Lookup → UserAccount | Yes | |
MondayCapacity | Monday Capacity | Number | | |
Name | Name | Text | | |
OwnerId | Owner | Lookup → UserAccount | Yes | |
RecordTypeId | Record Type | Guid, hidden | | |
SaturdayCapacity | Saturday Capacity | Number | | |
ServiceJobType | Service Job Type | PickList | | |
ServiceType | Service Type | PickList | | |
StartTime | Start Time | TimeOnly | | |
SundayCapacity | Sunday Capacity | Number | | |
ThursdayCapacity | Thursday Capacity | Number | | |
TransactionType | Transaction Type | PickList | | Values: Delivery, Product Demo At Site, Service Appointment. |
TuesdayCapacity | Tuesday Capacity | Number | | |
UIProps | UI Props | Text | | |
UpdatedDateTime | Modified Date | DateAndTime | Yes | |
WednesdayCapacity | Wednesday Capacity | Number | | |
Actions
| Action | Label | Type | What it does |
BulkDelete | Delete | Delete | Delete Selected |
Clone | Clone | ServerAction (Clone) | Create a copy of this record |
Delete | Delete | Delete | Delete |
DeleteInList | Delete | Delete | Delete in a list page |
Edit | Edit | Edit | Edit |
EditInLine | Edit | EditInline | Edit |
EditListHeader | Edit | EditInline | EditListHeader |
EditListRow | Edit | Edit | EditListRow |
New | New | New | New |
Validations
| Validation | Applies to | Error message | Notes |
| Maximum Capacity Rule Validation | MaximumCapacity, Error | Maximum Capacity cannot be Zero or Negative | Validation for Maximum Capacity should be greater than 0. |
| To Duration Rule Validation | EndTime, Error | To Duration Cannot be less than From Duration | To Duration Cannot be less than From Duration |