Defaulting Rules for Driver’s License
This table shows the mapping of the attributes that are defaulted from the person driver's license object to the driver’s license document record.
| Field from HR_DOCUMENTS_OF_RECORD Table | Expression | Field from PER_DRIVERS_LICENSES Table |
|---|---|---|
| Document Number - DOCUMENT_NUMBER | {{$fields.workers.driverLicenses.$value()[0].LicenseNumber}} | License Number - LICENSE_NUMBER |
| From Date - DATE_FROM | {{$fields.workers.driverLicenses.$value()[0].FromDate}} | From Date - DATE_FROM |
| To Date - DATE_TO | {{$fields.workers.driverLicenses.$value()[0].ToDate}} | To Date - DATE_TO |
| Issuing Country - ISSUING_COUNTRY | {{$fields.workers.driverLicenses.$value()[0].IssuingCountry}} | Issuing Country - ISSUING_COUNTRY |
| Issuing Location - ISSUING_LOCATION | {{$fields.workers.driverLicenses.$value()[0].IssuingLocation}} | Place of Issue - ISSUING_LOCATION |
| Issuing Authority - ISSUING_AUTHORITY | {{$fields.workers.driverLicenses.$value()[0].IssuingAuthority}} | Issuing Authority - ISSUING_AUTHORITY |