EmployeeActivityType Enumeration
Important
This content is archived and is not being updated. For the latest documentation, see Microsoft Dynamics 365 product documentation. For the latest release plans, see Dynamics 365 and Microsoft Power Platform release plans.
Time clock type which is mapped from AX enum "JmgTermRegType".
Namespace: Microsoft.Dynamics.Commerce.Runtime.DataModel
Assembly: Microsoft.Dynamics.Commerce.Runtime.Entities (in Microsoft.Dynamics.Commerce.Runtime.Entities.dll)
Syntax
'Declaration
Public Enumeration EmployeeActivityType
'Usage
Dim instance As EmployeeActivityType
public enum EmployeeActivityType
public enum class EmployeeActivityType
Members
Member name | Description | |
---|---|---|
None | If the employee activity type does not match. | |
ClockIn | Employee punch in clock time. | |
JobStop | Employee Stop job. | |
JobStart | Employee Start job. | |
TeamStop | Employee team stop assistance. | |
TeamStart | Employee team start assistance. | |
BreakFlowStart | Employee takes a break (break starts at this time). | |
BreakCancelOne | Cancel one break. | |
BreakCancelAll | Cancel all breaks. | |
BreakFlowStop | Employee comes back to work after the break. | |
FinishQuantity | Quantity change. | |
ClockOut | Employee clock's out after his shift is over. | |
EventCode | Time clock event code. | |
BreakFromWork | Employee takes a break from work. | |
BreakForLunch | Employee takes a break for lunch. | |
Logbook | Employee views the log book details. |