| MaterialTransaction Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CorrigoService.Entities
 Syntax
Syntax[SerializableAttribute] public class MaterialTransaction : CorrigoEntity
The MaterialTransaction type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Comments | 
            Comments.
            Max Length=1024
             | 
|  | CreatorId | 
            Link to actor who created MHT.
            For retrieval only; ignored when material transaction is committed.
             | 
|  | CreatorTypeId | 
            Creator Actor Type Id
             | 
|  | IsCommitted | 
            Boolean flag indicating whether MHT is still a draft (when False) or it was already committed (when True).
             | 
|  | Items | 
            Material Transaction Items.
             | 
|  | PoNumber | 
            Purchase Order number.
            Max Length=64
             | 
|  | ReplenishmentOrderId | 
            Replenishment Order Id, 
            Supported only when Transaction type is Receive
             | 
|  | SourceStockLocationId | 
            Source Stock Location, supported and required only when transaction type is Transfer. 
             | 
|  | StockLocationId | 
            Reference to base Stock Location.
             | 
|  | SupplierId | 
            Supplier Id.
             | 
|  | SupplierOrderNumber | 
            Supplier’s order number.
            Max Length=64
             | 
|  | TransactionDate | 
            Date/time when MHT was committed; 
            This value is either computed by application or entered manually by user. 
             | 
|  | TypeId | 
            Transaction type.
             | 
|  | WorkOrderId | 
            Work Order ID; supported and required only when transaction type is Use in Service. 
            For retrieval only; ignored when material transaction is committed.
             | 
 See Also
See Also