RE: Difference between "worker" and "employee"?
Hi,
As per my understanding, A worker can be of type Employee or a Contractor. You can notice this while creating a new worker. The default worker type is Employee.
AX stored this information in HcmEmployment table and there are functions isContractor() and isWorker() on HcmWorker table to identify if a worker is a Employee or a Contractor.
Both employee and worker can be valid for a time range. This information is also stored in HcmEmployment table.
I would say you cannot differentiate between Worker and Employees because Employee is a type of Worker. So the comparison is not justified.
Thanks,
Rachit Garg