Click or drag to resize

clsImportProjectContractPositioneImportModeSBOBOMSource Enumeration

When ItemCode is a Production bill of material OITM.TreeType='P'. This setting can define the behaviour, when importing this line

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public enum eImportModeSBOBOMSource
Members
  Member nameValueDescription
DoNotImportChilds0The line will be imported to the contract, not childs are added
ImportChildsOneLevel1all childs from the firs hierarchy will be added: SELECT * FROM ITT1 WHERE [Father]='ItemCode' ORDER BY [ChildNum]
ImportChildsFullHierarchy2All childs, grand childs and grand grand (...) childs will be added as sub contracts.
See Also