Contact & Employment Details: Contact
Driver contact information and employment details
Contact
Use this tab to create and record contact details when managing package employees.
When a quote is created and an employee record is selected:
Some contact details will automatically populate into the quote
For the driver version of this page, visit:
Drivers → Contact
Buttons
A full list of copied fields is available in system documentation.
Column One
Address Details (Home)
Postal Address
Additional Notes
Notes field supports unlimited text
Hovering displays full content if more than 3 lines are entered
Column Two
Column Three
View Actions
Create or Save Validations
Client cannot be empty
Duplicate Employee No warning may appear
Duplicate name warning may appear
Invalid email prevents sending emails
Access
The Access checkbox enables login to the Employee Portal.
Conditions
Requires valid email address
Login only active if Access is enabled
Vehicle data visible only if Contract Types → Driver Contract Access is enabled
Behaviour
Creates login credentials
Sends optional email notification
Displays password generation popup
Employee Claims
When enabled:
Employees can submit claims
Disabled employees receive alert if attempting claims
Internal users can still create claims
Two-Factor Authentication (2FA)
Optional, compulsory, or hidden depending on configuration
Employees may be forced to enrol on login
Admin users can reset by unchecking field
Login & Audit Fields
Access Configuration Notes
Access uses email or Employee ID depending on system configuration
Password defaults to registration number of most recent contract
Login validity depends on contract access rules
Email Configuration
Email templates:
pdfclientlogin
Rules:
Supports HTML or plain text
Sender can be static or dynamic
Multiple recipients supported
If Email is used as login:
Replace
#driverid#with#driverlogin#
Email Attachments
Managed via File Import/Export
Can be channel-specific
Missing files will prevent email sending
Inactive templates send without attachments
Driver Login Placeholders
Technical Notes
Driver ID login is legacy method
Email login supported as alternative
System checks both login values
Duplicate emails may fallback to Driver ID login
Useful Queries
select * from gb_templates where name = 'pdf_client_login';select t.template_id, t.name, t.sub_name, tr.name, tr.address, tr.type, tr.name_from_field, tr.address_from_field, tr.status_flag
from gb_templates as t
inner join gb_template_recipients as tr on tr.template_id = t.template_id
where t.name = 'pdf_client_login';