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
Syntaxpublic IEnumerable<DocumentDistributedAmount> GetDistributedAmountsOverThisDocument()
Public Function GetDistributedAmountsOverThisDocument As IEnumerable(Of DocumentDistributedAmount)
public:
IEnumerable<DocumentDistributedAmount^>^ GetDistributedAmountsOverThisDocument()
member GetDistributedAmountsOverThisDocument : unit -> IEnumerable<DocumentDistributedAmount>
Field Value
Type:
IEnumerableDocumentDistributedAmount
The distributed amounts that are distributed over this document.
See Also