ClientSuspension
Name: Client Suspension
Type: Ancillary, Application
Modules: SUS, Booking
Description: Contains the dates that a passenger has be suspended from taking trips and why. - Entered through SUS
| Field | Documentation |
|---|---|
| ClientId | Numeric identifier of the client (from the Clients table). |
| SuspFromDate | Start date from which the client is/was suspended. |
| SuspToDate | End date after which the client is no longer suspended. |
| SuspSource | Hardcoded, numeric identifier for who or what suspended the client (e.g., 1 = Workstation). |
| CreBy | Username that created the suspension record. |
| CreDate | Date the client suspension record was created. |
| CreTime | Time the suspension record for the client was created. Value is in seconds from midnight. |
| ModBy | User who last modified the record. |
| ModDate | Date the record was last modified. |
| ModTime | Time the record was last modified. Value is in seconds from midnight. |