Click or drag to resize

MeasureTOrderItem, TFulfillmentItemGetFulfillmentsValue Method

Returns the sum of all fulfillments for the specified 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 GetFulfillmentsValue(
	TOrderItem orderItem
)

Parameters

orderItem
Type: TOrderItem
The order item.

Return Value

Type: Decimal
The sum of fulfillments.
See Also