Click or drag to resize

clsImportAttendanceDayActivity Fields

The clsImportAttendanceDayActivity type exposes the following members.

Fields
  NameDescription
Public fieldActivity
Activity: internal ID for each action. This field will not be filled during the import.
Public fieldActivityDetail
ActionDetail: Additional details value for special Activities. Values are from the group table
Public fieldActivityErrorCode
ErrorCode calculated by the working time rule linked to the employee
Public fieldActivityOrder
Internal Order in the activities. Field can be empty in the import. Only the
Public fieldActivityText
ActivityText: Free text to be stored with the activity
Public fieldActivityType
ActivityType: Type of activity in the day. See eAttendanceActivityType
Public fieldApprovalMode
ApprovalMode
Public fieldApprovedDate
ApprovedDate
Public fieldApprovedUser
ApprovedUser
Public fieldContractID
ContractID: Activities can store the start time working on a project, contract, contract position and phase.
Public fieldContractPositionID
ContractPositionID: Activities can store the start time working on a project, contract, contract position and phase.
Public fieldEmployeeNumber
EmployeeNumber. See clsImportEmployee for the employee dimension.
Public fieldLinkClassID
LinkClassID. Source for the action. For example MARIServiceJob
Public fieldLinkClassKey
LinkClassKey: Value of the source. For example the MARIServiceJob-ID
Public fieldMemo
Memo: Additional note
Public fieldPhaseID
PhaseID: Activities can store the start time working on a project, contract, contract position and phase.
Public fieldProjectNumber
ProjectNumber: Activities can store the start time working on a project, contract, contract position and phase.
Public fieldSource
Source
Public fieldSourceText
SourceText: Reference to the source. Can be IP address for web client,mobile client.
Public fieldTimeValueExact
WorkingDay and this value build the exact time stamp of the acitity. together they have to be unique.
Public fieldTimeValueRounded
Each action have to have an exact timestamp (WorkingDay and TimeValueExact). When a rule moves a comming action from 05:58 to 06:00. This field will hold 06:00
Public fieldWorkingDay
WorkingDay. Defines the day of the transaction. Togehter with TimeValueExact they build the unique time stamp of the activity
Top
See Also