WorkersdriverLicenses
WorkersdriverLicenses
Columns
| Name | Type | Description |
| WorkersPersonId [KEY] | Long | WorkersPersonId of WorkersdriverLicenses |
| DriversLicenseId [KEY] | Long | DriversLicenseId of WorkersdriverLicenses |
| LicenseType | String | Type of license. Valid values are defined in the commonLookupsLOV. |
| LicenseTypeMeaning | String | LicenseTypeMeaning of WorkersdriverLicenses |
| IssuingCountry | String | Country in which the driver's license was issued. Valid values are defined in the hcmCountriesLov. |
| IssuingCountryName | String | IssuingCountryName of WorkersdriverLicenses |
| LicenseNumber | String | Driver's license number. |
| IssuingAuthority | String | Issuing authority of the driver's license. |
| IssuingLocation | String | Location where the driver's license was issued. |
| FromDate | Date | Date from when the driver's license is valid. |
| ToDate | Date | Date until when the the driver's license is valid. |
| NumberOfPoints | Long | Number of penalty points on the license. |
| Violations | Long | Number of violations on the license. |
| LicenseSuspendedFlag | Bool | Indicates whether the driver's license is suspended. |
| SuspendedFromDate | Date | Start date of suspension period, if any. |
| SuspendedToDate | Date | End date of suspension period, if any. |
| CreatedBy | String | CreatedBy of WorkersdriverLicenses |
| CreationDate | Datetime | CreationDate of WorkersdriverLicenses |
| LastUpdatedBy | String | LastUpdatedBy of WorkersdriverLicenses |
| LastUpdateDate | Datetime | LastUpdateDate of WorkersdriverLicenses |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description |
| AssignmentId | Long | AssignmentId |
| AssignmentName | String | AssignmentName |
| AssignmentNumber | String | AssignmentNumber |
| DirectReportsFlag | String | DirectReportsFlag |
| LineManagerFlag | String | LineManagerFlag |
| PersonId | Long | PersonId |
| PersonNumber | String | PersonNumber |
| PrimaryAssignmentFlag | String | PrimaryAssignmentFlag |
| RelationshipType | String | RelationshipType |
| SysEffectiveDate | String | SysEffectiveDate |
| WorkerType | String | WorkerType |
| Finder | String | finder |
| EffectiveDate | Date | This query parameter is used to fetch resources which are effective dated as of the specified start date. The value of this query parameter is a string having a date in yyyy-MM-dd format. |