StoreTransactionLineOriginalProduct Property |
When specified, contains the original product, which was ordered to be received or issued. The actual product is recorded in the Product field. Deprecated. Use Parent Store Order Line.Product instead. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Inventory
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Product OriginalProduct { get; set; }
Public Property OriginalProduct As Product
Get
Set
public:
property Product^ OriginalProduct {
Product^ get ();
void set (Product^ value);
}
member OriginalProduct : Product with get, set
Property Value
Type:
Product
See Also