Click or drag to resize

DocumentAmountReferencedLogisticsDocuments Property

Gets the referenced logistics documents. If ReferencedDocuments is empty, the owner document is returned.

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

Property Value

Type: IEnumerableLogisticsDocument
The referenced logistics documents.
See Also