Click or drag to resize

MeasureTOrderItem, TFulfillmentItemCreateFulfillmentItem Property

Gets a value indicating whether to create fulfillment item if the measure is not fulfilled.

Namespace:  Aloe.EnterpriseOne.Model.Core.Transformations
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public Func<TOrderItem, bool> CreateFulfillmentItem { get; }

Property Value

Type: FuncTOrderItem, Boolean
true to execute the fulfillment procedure if necessary; otherwise, false.
See Also