Click or drag to resize

clsImportWorkItemServiceTaskPositionePositionTyp Enumeration

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public enum ePositionTyp
Members
  Member nameValueDescription
ItemToDeliver22: Standard part to be delived to the client during the service task.

Fill in LineKeyValue an item code

ItemToReturn33: collect material as return.

Fill in LineKeyValue an item code

CSOServiceIsFor44: Base line customer service object. The service employee will repair this customer service object. See clsImportCustomerServiceObject.

Fill in LineKeyValue a customer service object id

CSOToDeliver55: Deliver a customer service object from the warehouse to the client

Fill in LineKeyValue a customer service object id

CSOToCollect66: Collect a customer service object from the client to move it into the warehouse/shop floor

Fill in LineKeyValue a customer service object id

EquipmentServiceIsFor1010: base line equipment. The service will take plase to repare the equipment. See clsImportEquipmentMaster for details.

Fill in LineKeyValue an equipment master code

EquipmentToDeliver1111: Only deliver the equipment from the warehouse to the client

Fill in LineKeyValue an equipment master code

EquipmentToCollect1212: return the equipment from the clients project location to the warehouse

Fill in LineKeyValue an equipment master code

EquipmentExchange1313: deliver one equipment and return another

Fill in LineKeyValue an equipment master code

EquipmentCategoryToDeliver1515: deliver a given number of equipment to the client. The equipment master are not yet selected. See clsImportEquipmentCategory.

Fill in LineKeyValue an equipment category id

EquipmentCategoryToCollect1616: return a given number of equpiment from the client. The equipment master will be selected on site.

Fill in LineKeyValue an equipment category id

EquipmentCategoryExchange1717: deliver x equipment and return x equipment of one category.

Fill in LineKeyValue an equipment category id

Service2020: A service position. See clsImportService.

Fill in LineKeyValue a service code (See clsImportService)

Remarks
See Also