| 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
Syntaxpublic decimal GetAdvisedOrRemainingValue(
	Measure<TOrderItem, TFulfillmentItem> measure
)
Public Function GetAdvisedOrRemainingValue ( 
	measure As Measure(Of TOrderItem, TFulfillmentItem)
) As Decimal
public:
Decimal^ GetAdvisedOrRemainingValue(
	Measure<TOrderItem, TFulfillmentItem>^ measure
)
member GetAdvisedOrRemainingValue : 
        measure : Measure<'TOrderItem, 'TFulfillmentItem> -> decimal 
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
See Also