Click or drag to resize

clsImportEquipmentLocationeLocationMode Enumeration

A location transaction can move an equipment from a warehouse to a project or from a project to a warehouse. Setup the mode for the new location

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public enum eLocationMode
Members
  Member nameValueDescription
InLocalWarehouse1 1: Equipment is linked to a warehouse in SBO. Fields Company and Warehouse are mandatory
RentedToProject2 2: Equpment is linked to a project. Provide the following fields Company, CardCode, Project, [PhaseID of planning version 3], ContractID, ContractPositionID (Link to the equipment position of the PlanningInDays position)
DummySourceProject2Project3 3: for internal use in the wizard to move from one project to another.
EqupimentInAssembly4 When an equipment is moved (assembled) in to another assembly, this location mode must be used with the field. LinkToEquipmentCode
Remarks
See Also