Click or drag to resize

MeasureTOrderItem, TFulfillmentItemGetRemainingValue Method

Returns the remaining to be fulfilled for an order item.

Namespace:  Aloe.EnterpriseOne.Model.Core.Transformations
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public decimal GetRemainingValue(
	TOrderItem orderItem
)

Parameters

orderItem
Type: TOrderItem
The order item.

Return Value

Type: Decimal
The remaining to be fulfilled.
See Also