Click or drag to resize

clsImportPurchaseProcessDocumentPositions Class

Data Holder for document positions of purchase process documents. See clsImportSalesContractsDocumentPositions for sales document positions. The class reads from the MS Access table MARIProjektImportPurchaseProcessDocumentPositions.

Purchase Document positions: View: MARIPurchaseProcessDocumentPositions: :Table: MPEKVertraegeBelegePositionen

Inheritance Hierarchy
SystemObject
  MARIInterfaceclsImportBase
    MARIInterfaceclsImportSalesContractDocumentPositions
      MARIInterfaceclsImportPurchaseProcessDocumentPositions

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public class clsImportPurchaseProcessDocumentPositions : clsImportSalesContractDocumentPositions

The clsImportPurchaseProcessDocumentPositions type exposes the following members.

Constructors
  NameDescription
Public methodclsImportPurchaseProcessDocumentPositions
Initializes a new instance of the clsImportPurchaseProcessDocumentPositions class
Top
Methods
  NameDescription
Public methodGetListUserDefinedFields
Returns the user defined field definition for the dimension "Purchase Process Document Positions". The fields have to be defined directly in MARIProject.
(Overrides clsImportSalesContractDocumentPositionsGetListUserDefinedFields(MPInterface).)
Top
Remarks
This class will be used automatically when importing the clsImportPurchaseProcessDocument class. It is not possible to import only a document position.
See Also