EventStringService
Name: Event String Services
Type: Application
Modules: Booking, Scheduling
Description: Association of Para Services to runs to be looked up for constraints and dates they apply to.
| Field | Documentation |
|---|---|
| EvStrId | Internal numeric identifier of the live run on which the paraservice (ParaServiceId) is performed (from the EventStrings table). |
| ParaServiceId | Numeric identifier of the paraservice to perform on the run (EvStrId) (from the ParaService table). |
| SchId | Numeric identifier of the schedule date of the booking (from the Schedules table). |
| FromTime | Start time from which the paraservice on this run is valid. Value is in seconds from midnight. |
| ToTime | End time after which the paraservice on this run is no longer valid. Value is in seconds from midnight. |
| SchedulePeriodId | Numeric identifier of the schedule period (from the SchedulePeriods table). |