Click or drag to resize
MaterialTransactionItem Class
Material Transaction Item (commonly called MHT Item) represents single line item in Material Transaction (MHT).
Inheritance Hierarchy
SystemObject
  CorrigoService.EntitiesCorrigoEntity
    CorrigoService.EntitiesMaterialTransactionItem

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

The MaterialTransactionItem type exposes the following members.

Properties
  NameDescription
Public propertyCurrencyTypeId
Currency Type. This field is required when Price is not NULL
Public propertyFinancialItemId
Public propertyLineAmount
MHT Item subtotal. This field is auto-computed as Round(Qty * Price) when Price is not NULL; otherwise it’s NULL
Public propertyPrice
Unit price. This field is required if transaction type is Receive; and will be computed for Use in Service and Transfer transactions
Public propertyProductId
Product Id
Public propertyQuantity
Quantity. This field is set by user, except for Use in Service transactions. Zero value is allowed only for Receive and Remove transaction types. Also, some transaction types don’t support negative quantities.
Public propertyReplenishmentOrderItemId
Replenishment Order Item Id. Supported only when Transaction type is Receive.
Public propertySourceStockLocationId
Reference to source Stock Location. Supported only for Transfer transactions.
Public propertyStockLocationId
Reference to base Stock Location.
Public propertyTransactionId
Parent Transaction.
Public propertyTypeId
Transaction type.
Top
See Also