Click or drag to resize

DocumentAmountLogisticsDocument Property

Gets the owner logistic document.

Namespace:  Aloe.EnterpriseOne.Model.General
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public LogisticsDocument LogisticsDocument { get; }

Property Value

Type: LogisticsDocument
The logistic document.
Exceptions
ExceptionCondition
ExceptionThe owner document of the document amount is not a logistic document. Only logistic documents support document amounts.
See Also