Time |
The TimeCardItem type exposes the following members.
Name | Description | |
---|---|---|
![]() | Comment | Optional comment provided by Technician. Max Length=256 |
![]() | Duration | TCI duration in minutes auto-computed as (dtEnd - dtStart). Only zero and positive values are allowed. |
![]() | Employee | Technician |
![]() | EndDate | Date/time when labor ended; local time of the user. This value may be entered and then modified by user. NULL is allowed only for pending clock-in/out TCIs (i.e. TypeID == TimeCardType.Clock). |
![]() | InternalCostItem | WO cost labor record |
![]() | LaborCode | Labor Code. |
![]() | LatitudeStart | Represent geolocation result for “time card start” action. Supported only for clock-in/out TCIs (i.e. TypeID == TimeCardType.Clock); but we don’t enforce this rule. Both values equal to zero mean geolocation data is not available. |
![]() | LatitudeStop | Represent geolocation result for “time card stop” action. Supported only for clock-in/out TCIs (i.e. TypeID == TimeCardType.Clock); but we don’t enforce this rule. Both values equal to zero mean geolocation data is not available. |
![]() | LongitudeStart | Represent geolocation result for “time card start” action. Supported only for clock-in/out TCIs (i.e. TypeID == TimeCardType.Clock); but we don’t enforce this rule. Both values equal to zero mean geolocation data is not available. |
![]() | LongitudeStop | Represent geolocation result for “time card stop” action. Supported only for clock-in/out TCIs (i.e. TypeID == TimeCardType.Clock); but we don’t enforce this rule. Both values equal to zero mean geolocation data is not available. |
![]() | MoneyId | Currency Type, applicable only for Allowance Type |
![]() | Qty | Quantity, applicable only for Allowance Type. Non-negative values are allowed. |
![]() | Rate | Rate, applicable only for Allowance Type |
![]() | StartDate | Date/time when labor started; local time of the user. This value may be entered and then modified by user. |
![]() | SystemEndDate | Date/time when labor ended (local time of the user) as recorded automatically by application. Required for “closed” (non-pending) clock-in/out TCIs (i.e. TypeID == TimeCardType.Clock); otherwise NULL. |
![]() | SystemStartDate | Date/time when labor started (local time of the user) as recorded automatically by application. Required for clock-in/out TCIs (i.e. TypeID == TimeCardType.Clock); otherwise NULL. |
![]() | TimeCard | Parent Time Card |
![]() | TypeId | Time Card Type |
![]() | WeekStartDate | Start date of the Time Card Week. |
![]() | WorkOrder | Inherited from WO labor cost record |
![]() | WorkZone | Work Zone. Not supported only for clock-in.out TCIs (i.e. TypeID == TimeCardType.Clock); but it’s not enforced. |