Click or drag to resize

LogisticsDocumentGetDistributedAmountsOverThisDocument Method

Gets the distributed amounts where this document is referenced, including amounts created by this document and other documents. Caches the result.

Namespace:  Aloe.EnterpriseOne.Model.General
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public IEnumerable<DocumentDistributedAmount> GetDistributedAmountsOverThisDocument()

Field Value

Type: IEnumerableDocumentDistributedAmount
The distributed amounts that are distributed over this document.
See Also