SalesOrderLineHistoricalUnitCost Property |
Used for returning of goods that are sold before the exploitation of the system. [Currency: SalesOrder.DocumentCurrency] [Filter(eq;ge;le)]
Namespace:
Aloe.EnterpriseOne.Model.Crm.Sales
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Amount HistoricalUnitCost { get; set; }
Public Property HistoricalUnitCost As Amount
Get
Set
public:
property Amount^ HistoricalUnitCost {
Amount^ get ();
void set (Amount^ value);
}
member HistoricalUnitCost : Amount with get, set
Property Value
Type:
Amount
See Also