Click or drag to resize

clsImportLine Properties

The clsImportLine type exposes the following members.

Properties
  NameDescription
Public propertyActivity
The Activity text field (VARCHAR40 from Version 3.2 NVARCHAR100) will describe the type of service. (Free text)
Public propertyApprovalFlag
The import can directly set the approval flag. This only works, if the user loged into the interface is allowed in the project to approve equipment bookings.

With V5.4 more modes are stored in the user interface

  • 0=To be approved
  • -1=approved
  • 2=Draft line
  • 3=Cancled Line

Public propertyApprovalText
ApprovalText
Public propertyBeginnTime
(Optional) Time of the day 09:00 stored in a date format
Public propertyBeginnTimeBillable
(Optionaly) The billable time can optionally be different from the actual time (date format)
Public propertycHours
Only for compatibility. Same as Hours
Public propertycHoursBillable
Only for compatibility. Same as HoursBillable
Public propertyContractID
Contract Identifier. This is the internal identifier (INT) not the official contract number (char20). This is optional for internal projects. The contract number is mandatory for customer projects and internal projects with contract. The interface is working with the internal contract ID (100002) and not with the contract number "V12345".
Public propertyContractIDByContractNumber
Optional Field. When the ContractID is not provided, the import will search for the ContractID via the contract number. (text field)
Public propertyContractPositionID
Identifier of the contract position (INT). Only service prositions can be used.

A service for a contract can be internally saved in form of a contract position. A ContractPositionID has to be provided for projects that require a contract.

Public propertyContractPositionIDByServiceCode
Optional field. Whenn ContractPositionID is not provided, the ContractPositionID is searched by the service number in the contract.

When more than one position with the same service is used in the contract, the validation will return an error.

Public propertyDayOfService
The day the service was provided. From the date, the period (month) will be calculated.
Public propertydBegin
Old Property (for compatibilty). Please use BeginnTime
Public propertydBeginBillable
Old Property (for compatibilty). Please use BeginnTimeBillable
Public propertydDayOfService
Old Property (for compatibilty). Please use DayOfService
Public propertydEnd
Old Property (for compatibilty). Please use EndTime
Public propertydEndBillable
Old Property (for compatibilty). Please use EndTimeBillable
Public propertyEmployeeNumber
Nubmer of the employee (VARCHAR20) "M1000"
Public propertyEndTime
(Optional) Time of the day 17:00 stored in a date format
Public propertyEndTimeBillable
(Optionaly) The billable time can optionally be different from the actual time (date format)
Public propertyHours
Hours worked in the project. The number will be truncated after two digits. A minimum of 3 Minutes 0,05 hours will make sense.

Same value as cHours

Public propertyHoursBillable
Hours invoicable to the customer. Normaly this will be the same as cHours. Occationaly this may differ.

Same value as cHoursBillable

Public propertylContractID
Old Property (for compatibilty). Please use ContractID
Public propertylContractPositionID
Old Property (for compatibilty). Please use ContractPositionID
Public propertyLineID
Each line will get an identifier, after saved in MARIProject. This identifier will be used in MARIProject further on. For new lines=0
Public propertylLineID
Old Property (for compatibilty). Please use LineID
Public propertylPhaseID Obsolete.
Old Property (for compatibilty). Please use PhaseID
Public propertyMemoText
The Memo field can store 2 Million caracters (TEXT).
Public propertyPhaseID
Phase Identifier (INT). Only leaves of phases can be used, not branches.

Optional if the project has no phases. Please use only planning version 3 (Actual Planning).

Public propertyPhaseIDByName
Optional Field: When the PhaseID is not provided, the phase will be found by its name. If the project does have more than one phase with the given name, an error will be created.
Public propertyProjectNumber
Identifier of the project (VARHCHAR20) "P12345"
Public propertysActivity
Old Property (for compatibilty). Please use Activity
Public propertysEmployeeNumber
Old Property (for compatibilty). Please use EmployeeNumber
Public propertysMemo
Old Property (for compatibilty). Please use MemoText
Public propertySourceReferenceID
When using a SourceReferenceType, then fill this reference ID with the corresponding value (for example the hotline ticket id)
Public propertySourceReferenceType
Public propertysProjectNumber
Old Property (for compatibilty). Please use ProjectNumber
Top
See Also