Click or drag to resize

LogisticsDocumentGetDocumentAmountsInfo Method

Gets the calculated document amounts information.

Namespace:  Aloe.EnterpriseOne.Model.General
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public IEnumerable<DocumentAmountInfo> GetDocumentAmountsInfo(
	bool recalculate = false
)

Parameters

recalculate (Optional)
Type: SystemBoolean
if set to true [recalculate].

Return Value

Type: IEnumerableDocumentAmountInfo

Implements

IDocumentAmountsDocumentGetDocumentAmountsInfo(Boolean)
See Also