SalesOrderLineHistoricalDataJson Property |
Used only for lines, which are returns. It is a JSON-formatted string, containing data from the original sale.
Namespace:
Aloe.EnterpriseOne.Model.Crm.Sales
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string HistoricalDataJson { get; set; }
Public Property HistoricalDataJson As String
Get
Set
public:
property String^ HistoricalDataJson {
String^ get ();
void set (String^ value);
}
member HistoricalDataJson : string with get, set
Property Value
Type:
String
See Also