CtmRequests

Name: Call taking management requests (CTM now known as INFO)

Type: Application

Modules: Info

Description: Stores data about itinerary request. Used by Ctm user event logging mechanism.

Field Documentation
RequestId Unique identifier of the CTM request.
EventDate Date when request was performed.
LogId Log record identifier from UserEventLog.LogId. References the log entry in UserEventLog.
LogType Description of log type. Possible values: 'Next Bus', 'Itin Req'.
SignId Signup identifier from SignupPeriod.SignId. References the sign-up period used when CtmRequest was performed.
ServiceGroupId Service identifier from MasterServiceGroup.ServiceGroupId. References the service used when CtmRequest was performed.
ExcComboId Exception identifier from MasterExceptionCombinations.ExcComboId. References the exception used when CtmRequest was performed.
RequestForDate Date when the request was issued.
RequestForTime Time when request was issued. Value is in seconds from midnight.
TimeIsDest Indicates if the arrival or departure time was used in the itinerary search..
SelectedItinId Itinerary identifier from Itineraries.ItineraryId. References the itinerary that was selected for the request and stored.
ParameterString Ctm Parameters used in the itinerary search in the form of a string, e.g., MaxWalkingDistO:500.000000, MaxStopCountO:20, MaxWalkingDistD:500.000000, MaxStopCountD:20.
Success Indicator of finished state of the request.
OriginLat Latitude of request's origin point (decimal degrees with 6 implied decimal places).
OriginLon Longitude of request's origin point (decimal degrees with 6 implied decimal places).
OriginDescription Description of request's origin point.
DestLat Latitude of request's destination point (decimal degrees with 6 implied decimal places).
DestLon Longitude of request's destination point (decimal degrees with 6 implied decimal places).
DestDescription Description of request's destination point.
InfoText Additional information about finished request if available.