Click or drag to resize

MaterialTransaction Class

Material Transaction entity represents action which modifies Product quantity in a Stock Location
Inheritance Hierarchy
System.Object
  CorrigoService.Entities.CorrigoEntity
    CorrigoService.Entities.MaterialTransaction

Namespace: CorrigoService.Entities
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class MaterialTransaction : CorrigoEntity

The MaterialTransaction type exposes the following members.

Properties
 NameDescription
Public propertyComments Comments. Max Length=1024
Public propertyCreatorId Link to actor who created MHT. For retrieval only; ignored when material transaction is committed.
Public propertyCreatorTypeId Creator Actor Type Id
Public propertyIsCommitted Boolean flag indicating whether MHT is still a draft (when False) or it was already committed (when True).
Public propertyItems Material Transaction Items.
Public propertyPoNumber Purchase Order number. Max Length=64
Public propertyReplenishmentOrderId Replenishment Order Id, Supported only when Transaction type is Receive
Public propertySourceStockLocationId Source Stock Location, supported and required only when transaction type is Transfer.
Public propertyStockLocationId Reference to base Stock Location.
Public propertySupplierId Supplier Id.
Public propertySupplierOrderNumber Supplier’s order number. Max Length=64
Public propertyTransactionDate Date/time when MHT was committed; This value is either computed by application or entered manually by user.
Public propertyTypeId Transaction type.
Public propertyWorkOrderId Work Order ID; supported and required only when transaction type is Use in Service. For retrieval only; ignored when material transaction is committed.
Top
See Also