Click or drag to resize

FulfillmentAdviceTOrderItem, TFulfillmentItemGetAdvisedOrRemainingValue Method

Gets the advice value of the specified measure. If there is no advice, the remaining value is returned.

Namespace:  Aloe.EnterpriseOne.Model.Core.Transformations
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public decimal GetAdvisedOrRemainingValue(
	Measure<TOrderItem, TFulfillmentItem> measure
)

Parameters

measure
Type: Aloe.EnterpriseOne.Model.Core.TransformationsMeasureTOrderItem, TFulfillmentItem
The measure for which to return the advice.

Return Value

Type: Decimal
The advised value or the remaining value if there is no advice for the measure.
See Also